<?xml version="1.0" encoding="UTF-8"?>
	<rss version="2.0"
		xmlns:content="http://purl.org/rss/1.0/modules/content/"
		xmlns:wfw="http://wellformedweb.org/CommentAPI/"
		xmlns:dc="http://purl.org/dc/elements/1.1/"
		xmlns:atom="http://www.w3.org/2005/Atom"

			>

	<channel>
		<title>BlueOwlCreative  &#187;  Topic: Portfolio Categories</title>
		<atom:link href="http://blueowlcreative.com/support_wp/forums/topic/portfolio-categories-2/feed/" rel="self" type="application/rss+xml" />
		<link>http://blueowlcreative.com/support_wp/forums/topic/portfolio-categories-2/feed/</link>
		<description></description>
		<pubDate>Fri, 17 Jul 2026 22:53:14 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.5.3-5249</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/portfolio-categories-2/#post-21275</guid>
					<title><![CDATA[Portfolio Categories]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/portfolio-categories-2/#post-21275</link>
					<pubDate>Tue, 07 Oct 2014 15:46:35 +0000</pubDate>
					<dc:creator>erynpaul</dc:creator>

					<description>
						<![CDATA[
						<p>I have several portfolio categories &#8211; how do I add text to these pages? The text would be shown above the images on the page. I thought maybe writing in the &#8220;description&#8221; box would do the trick but it doesn&#8217;t. Please help!</p>
<p>Thanks,<br />
Eryn</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/portfolio-categories-2/#post-21282</guid>
					<title><![CDATA[Reply To: Portfolio Categories]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/portfolio-categories-2/#post-21282</link>
					<pubDate>Thu, 09 Oct 2014 08:33:00 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>HI Eryn,</p>
<p>Here it goes, edit your Aqua\taxonomy-portfolio_category.php template and add this:</p>
<pre><code>
&lt;div class=&quot;row&quot;&gt;
	&lt;div class=&quot;sixteen columns&quot;&gt;
	&lt;?php 
		$term = get_term_by( &#039;slug&#039;, get_query_var( &#039;term&#039; ), get_query_var( &#039;taxonomy&#039; ) ); 
		echo $term-&gt;description; 
	?&gt;
	&lt;/div&gt;
&lt;/div&gt;</code></pre>
<p>before these lines:</p>
<pre><code>		&lt;div class=&quot;row&quot;&gt;
			&lt;div class=&quot;portfolio sixteen columns&quot;&gt;</code></pre>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/portfolio-categories-2/#post-21294</guid>
					<title><![CDATA[Reply To: Portfolio Categories]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/portfolio-categories-2/#post-21294</link>
					<pubDate>Thu, 09 Oct 2014 13:54:25 +0000</pubDate>
					<dc:creator>erynpaul</dc:creator>

					<description>
						<![CDATA[
						<p>Thank you!</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

