<?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>How to display category name and description in Renew? &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/how-to-display-category-name-and-description-in-renew/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/how-to-display-category-name-and-description-in-renew/feed/</link>
		<description></description>
		<lastBuildDate>Sat, 11 Oct 2025 11:41:40 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/how-to-display-category-name-and-description-in-renew/#post-123139</guid>
					<title><![CDATA[How to display category name and description in Renew?]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-display-category-name-and-description-in-renew/#post-123139</link>
					<pubDate>Fri, 10 Oct 2014 16:45:07 +0000</pubDate>
					<dc:creator>integris</dc:creator>

					<description>
						<![CDATA[
						<p>Hello &#8211;</p>
<p>Can someone tell me how I can have my Renew child theme display the category&#8217;s name and description on the category page instead of the text &#8220;Category Archive&#8221;?</p>
<p>I&#8217;ve set up a child theme, and I imagine this is a fairly simple edit to the function.php page&#8230; I just have no idea what it would be 🙂</p>
<p>Thanks in advance!<br />
-joe</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-to-display-category-name-and-description-in-renew/#post-123421</guid>
					<title><![CDATA[Reply To: How to display category name and description in Renew?]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-display-category-name-and-description-in-renew/#post-123421</link>
					<pubDate>Sat, 11 Oct 2014 08:47:41 +0000</pubDate>
					<dc:creator>Christopher</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>Please put this code inside function.php</p>
<pre><code>&lt;?php if ( is_category() ) : ?&gt;

&lt;?php

  $meta     = x_get_taxonomy_meta();
  $title    = ( $meta[&#039;archive-title&#039;]    != &#039;&#039; ) ? $meta[&#039;archive-title&#039;]    : __( &#039;Category Archive&#039;, &#039;__x__&#039; );
  $subtitle = ( $meta[&#039;archive-subtitle&#039;] != &#039;&#039; ) ? $meta[&#039;archive-subtitle&#039;] : __( &quot;&quot;, &#039;__x__&#039; ) . &#039;&lt;strong&gt;&amp;ldquo;&#039; . single_cat_title( &#039;&#039;, false ) . &#039;&amp;rdquo;&lt;/strong&gt;&#039;;

  ?&gt;
&lt;?php endif; ?&gt;</code></pre>
<p>Hope it helps.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-to-display-category-name-and-description-in-renew/#post-123556</guid>
					<title><![CDATA[Reply To: How to display category name and description in Renew?]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-display-category-name-and-description-in-renew/#post-123556</link>
					<pubDate>Sat, 11 Oct 2014 17:50:26 +0000</pubDate>
					<dc:creator>integris</dc:creator>

					<description>
						<![CDATA[
						<p>Thanks for the code, but it didn&#8217;t do anything.<br />
Any other suggestions?</p>
<p>Much appreciated,<br />
-joe</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-to-display-category-name-and-description-in-renew/#post-123874</guid>
					<title><![CDATA[Reply To: How to display category name and description in Renew?]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-display-category-name-and-description-in-renew/#post-123874</link>
					<pubDate>Sun, 12 Oct 2014 21:34:56 +0000</pubDate>
					<dc:creator>Rad</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>Have you tried editing your categories and changed their title and sub title?</p>
<p><strong>Admin &gt; Posts &gt; Categories</strong> then choose a category then add your title and sub title.</p>
<p>Thanks.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-to-display-category-name-and-description-in-renew/#post-124979</guid>
					<title><![CDATA[Reply To: How to display category name and description in Renew?]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-display-category-name-and-description-in-renew/#post-124979</link>
					<pubDate>Tue, 14 Oct 2014 14:42:15 +0000</pubDate>
					<dc:creator>integris</dc:creator>

					<description>
						<![CDATA[
						<p>&gt; Have you tried editing your categories and changed their title and sub title?</p>
<p>Yes.</p>
<p>The &#8220;Archive Title&#8221; displays on the category page, regardless of whether or not I use your code. But I cannot get the description to display. </p>
<p>Any other suggestions?</p>
<p>Thank you,<br />
joe</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-to-display-category-name-and-description-in-renew/#post-125207</guid>
					<title><![CDATA[Reply To: How to display category name and description in Renew?]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-display-category-name-and-description-in-renew/#post-125207</link>
					<pubDate>Tue, 14 Oct 2014 19:20:21 +0000</pubDate>
					<dc:creator>Cousett</dc:creator>

					<description>
						<![CDATA[
						<p>Try adding this instead</p>
<pre><code>&lt;?php if (is_category()) { ?&gt;
&lt;h2 class=&quot;pagetitle&quot;&gt;Archive for the &#039;&lt;?php echo single_cat_title(); ?&gt;&#039; Category&lt;/h2&gt; &lt;br /&gt; &lt;?php echo category_description(); ?&gt;
&lt;?php endif; ?&gt;</code></pre>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-to-display-category-name-and-description-in-renew/#post-125383</guid>
					<title><![CDATA[Reply To: How to display category name and description in Renew?]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-display-category-name-and-description-in-renew/#post-125383</link>
					<pubDate>Wed, 15 Oct 2014 01:06:50 +0000</pubDate>
					<dc:creator>integris</dc:creator>

					<description>
						<![CDATA[
						<p>Thanks for the code, but no luck.</p>
<p>I tried simply testing &#8220;is_category&#8221; and also couldn&#8217;t get it to work:</p>
<pre><code>&lt;?php if ( is_category() ) { ?&gt;

&lt;p&gt;This is a category&lt;/p&gt;

&lt;?php } ?&gt;</code></pre>
<p>Any other suggestions?</p>
<p>Thank you,<br />
-joe</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-to-display-category-name-and-description-in-renew/#post-125646</guid>
					<title><![CDATA[Reply To: How to display category name and description in Renew?]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-display-category-name-and-description-in-renew/#post-125646</link>
					<pubDate>Wed, 15 Oct 2014 13:14:13 +0000</pubDate>
					<dc:creator>Kosher K</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Joe,</p>
<p>Sorry for the confusion,</p>
<p>To change the category title, you need to copy and edit this file to your child theme <strong>x/framework/views/renew/_landmark-header.php</strong>.</p>
<p>Then you&#8217;ll see something like this, from line 57 to 66</p>
<pre><code>&lt;?php elseif ( is_category() || x_is_portfolio_category() || x_is_product_category() ) : ?&gt;

            &lt;?php

            $meta  = x_get_taxonomy_meta();
            $title = ( $meta[&#039;archive-title&#039;] != &#039;&#039; ) ? $meta[&#039;archive-title&#039;] : __( &#039;Category Archive&#039;, &#039;__x__&#039; );

            ?&gt;

            &lt;h1 class=&quot;h-landmark&quot;&gt;&lt;span&gt;&lt;?php echo $title; ?&gt;&lt;/span&gt;&lt;/h1&gt;
</code></pre>
<p>You can then change it to something like this </p>
<pre><code>&lt;?php elseif ( is_category() || x_is_portfolio_category() || x_is_product_category() ) : ?&gt;
&lt;h1 class=&quot;h-landmark&quot;&gt;&lt;?php single_cat_title(); ?&gt; &lt;/span&gt;&lt;/h1&gt;
&lt;p class=&quot;cat-desc&quot;&gt;&lt;?php echo category_description(); ?&gt;&lt;/p&gt;</code></pre>
<p>Hope that clarifies,</p>
<p>Have a great day</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-to-display-category-name-and-description-in-renew/#post-125813</guid>
					<title><![CDATA[Reply To: How to display category name and description in Renew?]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-display-category-name-and-description-in-renew/#post-125813</link>
					<pubDate>Wed, 15 Oct 2014 16:44:01 +0000</pubDate>
					<dc:creator>integris</dc:creator>

					<description>
						<![CDATA[
						<p>Perfect &#8211; just what I needed &#8211; thanks so much!<br />
-joe</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-to-display-category-name-and-description-in-renew/#post-126005</guid>
					<title><![CDATA[Reply To: How to display category name and description in Renew?]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-display-category-name-and-description-in-renew/#post-126005</link>
					<pubDate>Wed, 15 Oct 2014 22:41:48 +0000</pubDate>
					<dc:creator>Darshana</dc:creator>

					<description>
						<![CDATA[
						<p>Glad we were able to help 🙂</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

