<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: How to Display Category-Specific Introductory Content</title>
	<atom:link href="http://www.mariasguides.com/2007/03/11/how-to-display-category-specific-introductory-content/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mariasguides.com/2007/03/11/how-to-display-category-specific-introductory-content/</link>
	<description>Support and additional material related to how-to guides by Maria Langer.</description>
	<lastBuildDate>Fri, 10 Feb 2012 18:13:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: How To Make Your Previously Written Content Valuable Once Again : Performancing</title>
		<link>http://www.mariasguides.com/2007/03/11/how-to-display-category-specific-introductory-content/#comment-487</link>
		<dc:creator>How To Make Your Previously Written Content Valuable Once Again : Performancing</dc:creator>
		<pubDate>Sun, 12 Jul 2009 02:57:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.mariasguides.com/2007/03/how-to-display-category-specific-introductory-content/#comment-487</guid>
		<description>[...] this in WordPress can be somewhat tricky. Maria&#8217;s Guides has a great tutorial on how to create category specific archive pages. This is probably the best option if you do not want to bother with the other methods available. [...]</description>
		<content:encoded><![CDATA[<p>[...] this in WordPress can be somewhat tricky. Maria&#8217;s Guides has a great tutorial on how to create category specific archive pages. This is probably the best option if you do not want to bother with the other methods available. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bekabug</title>
		<link>http://www.mariasguides.com/2007/03/11/how-to-display-category-specific-introductory-content/#comment-486</link>
		<dc:creator>bekabug</dc:creator>
		<pubDate>Sat, 29 Mar 2008 02:56:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.mariasguides.com/2007/03/how-to-display-category-specific-introductory-content/#comment-486</guid>
		<description>I can&#039;t believe this post doesn&#039;t have 200 comments; I have been looking for this solution for days and days.

Thank you :)

&lt;em&gt;bekabug&#039;s last blog post: &lt;a href=&#039;http://feeds.feedburner.com/~r/FeedingTheSpiders/~3/259001901/&#039; rel=&quot;nofollow&quot;&gt;Thoughtful Thursday : Spring&lt;/a&gt;&lt;/em&gt;</description>
		<content:encoded><![CDATA[<p>I can&#8217;t believe this post doesn&#8217;t have 200 comments; I have been looking for this solution for days and days.</p>
<p>Thank you :)</p>
<p><em>bekabug&#8217;s last blog post: <a href='http://feeds.feedburner.com/~r/FeedingTheSpiders/~3/259001901/' rel="nofollow">Thoughtful Thursday : Spring</a></em></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug Smith</title>
		<link>http://www.mariasguides.com/2007/03/11/how-to-display-category-specific-introductory-content/#comment-485</link>
		<dc:creator>Doug Smith</dc:creator>
		<pubDate>Fri, 20 Apr 2007 21:48:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.mariasguides.com/2007/03/how-to-display-category-specific-introductory-content/#comment-485</guid>
		<description>Sorry, Wordpress killed the part of my example wrapped in php tags. The line you need is this:

echo category_description();

but wrapped in a php tag, of course.</description>
		<content:encoded><![CDATA[<p>Sorry, WordPress killed the part of my example wrapped in php tags. The line you need is this:</p>
<p>echo category_description();</p>
<p>but wrapped in a php tag, of course.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug Smith</title>
		<link>http://www.mariasguides.com/2007/03/11/how-to-display-category-specific-introductory-content/#comment-484</link>
		<dc:creator>Doug Smith</dc:creator>
		<pubDate>Fri, 20 Apr 2007 21:45:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.mariasguides.com/2007/03/how-to-display-category-specific-introductory-content/#comment-484</guid>
		<description>It can be even easier if you only need to display just a little blurb of text at the top of a category page. Enter that text into the category description field in Wordpress. Then, one little line of PHP in your template will spit out that description.

The archive.php template in most themes already have a condition to check if a category archive is being viewed. Just enter this line under that condition:

It will probably need to be wrapped in paragraph tags or whatever markup needed for your theme.</description>
		<content:encoded><![CDATA[<p>It can be even easier if you only need to display just a little blurb of text at the top of a category page. Enter that text into the category description field in WordPress. Then, one little line of PHP in your template will spit out that description.</p>
<p>The archive.php template in most themes already have a condition to check if a category archive is being viewed. Just enter this line under that condition:</p>
<p>It will probably need to be wrapped in paragraph tags or whatever markup needed for your theme.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

