<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>ThemeShaper Forums Topic: Adding tag descriptions to tag pages</title>
<link>http://themeshaper.com/forums/</link>
<description>Help In Shaping WordPress Themes</description>
<language>en</language>
<pubDate>Wed, 22 May 2013 08:01:02 +0000</pubDate>

<item>
<title>Erin on "Adding tag descriptions to tag pages"</title>
<link>http://themeshaper.com/forums/topic/adding-tag-descriptions-to-tag-pages#post-10286</link>
<pubDate>Sat, 27 Feb 2010 21:18:18 +0000</pubDate>
<dc:creator>Erin</dc:creator>
<guid isPermaLink="false">10286@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;I wanted to add descriptions to my tag pages, just like they are added to category pages. Since Wordpress does support tag descriptions, may I suggest this be included in Thematic too?&#60;/p&#62;
&#60;p&#62;Here's my code in case it is useful to someone else:&#60;/p&#62;
&#60;p&#62;/*&#60;br /&#62;
 * Add tag descriptions to tag pages&#60;br /&#62;
 */&#60;br /&#62;
 function my_tag_page_title($content) {&#60;br /&#62;
	if (is_tag()) {&#60;br /&#62;
		$content .= &#34;\n&#34;;&#60;br /&#62;
		$content .= '&#38;lt;div class=&#34;archive-meta&#34;&#38;gt;';&#60;br /&#62;
		if ( !(''== tag_description()) ) : $content .= apply_filters('archive_meta', tag_description()); endif;&#60;br /&#62;
			$content .= '&#38;lt;/div&#38;gt;';&#60;br /&#62;
	}&#60;br /&#62;
	return $content;&#60;br /&#62;
}&#60;br /&#62;
add_filter('thematic_page_title' ,'my_tag_page_title');
&#60;/p&#62;</description>
</item>

</channel>
</rss>
