<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>WpFunc &#187; echo</title>
	<atom:link href="http://wpfunc.com/tag/echo/feed" rel="self" type="application/rss+xml" />
	<link>http://wpfunc.com</link>
	<description>Awesome, Quick, Simple WordPress Functions!</description>
	<lastBuildDate>Thu, 01 Dec 2011 01:17:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Show Category Description without a plugin!</title>
		<link>http://wpfunc.com/wordpress/show-category-description-without-a-plugin.html</link>
		<comments>http://wpfunc.com/wordpress/show-category-description-without-a-plugin.html#comments</comments>
		<pubDate>Mon, 30 Nov 2009 10:48:01 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[archive.php]]></category>
		<category><![CDATA[category]]></category>
		<category><![CDATA[category_description]]></category>
		<category><![CDATA[description]]></category>
		<category><![CDATA[echo]]></category>
		<category><![CDATA[function]]></category>

		<guid isPermaLink="false">http://www.wpfunc.com/?p=307</guid>
		<description><![CDATA[You can show your ategory description without a plugin. It&#8217;s needed only one-line code. When you add this code you can show your category description after the title or where you want. Lets begin&#8230;
Here is the code;
You can add this lines to archive.php (category section) or where you want. Selected category&#8217;s description shown after title. [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">You can show your ategory description without a plugin. It&#8217;s needed only one-line code. When you add this code you can show your category description after the title or where you want. Lets begin&#8230;<span id="more-307"></span></p>
<h3 style="text-align: justify;">Here is the code;</h3>
<pre class="brush: php; title: ; notranslate">&lt;?php echo category_description(); ?&gt;</pre>
<p style="text-align: justify;">You can add this lines to archive.php (category section) or where you want. Selected category&#8217;s description shown after title. You can add css templates for this. Look at more information ;)</p>
<p style="text-align: justify;"><a href="http://codex.wordpress.org/es:Category_Templates" target="_blank">More information (Spanish)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://wpfunc.com/wordpress/show-category-description-without-a-plugin.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

