<?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>The eflow blog &#187; tags</title>
	<atom:link href="http://blog.eflow.org/archives/tag/tags/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.eflow.org</link>
	<description>Insert some amazingly witty tagline here</description>
	<lastBuildDate>Fri, 09 Dec 2011 18:59:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.3</generator>
		<item>
		<title>How To Add Tags to Your WordPress Theme</title>
		<link>http://blog.eflow.org/archives/44</link>
		<comments>http://blog.eflow.org/archives/44#comments</comments>
		<pubDate>Sun, 27 Apr 2008 01:09:59 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[babble]]></category>
		<category><![CDATA[tags]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://blog.eflow.org/?p=44</guid>
		<description><![CDATA[I had been camping back on WordPress 2.2 in fear of the upgrade process. I must have been worried that the downtime would scare off all three of my blog readers! However, Burke&#8216;s successful upgrade to version 2.5 gave me hope.  I took the plunge this weekend. Well, I was right.  The upgrade process was [...]]]></description>
			<content:encoded><![CDATA[<p>I had been camping back on WordPress 2.2 in fear of the upgrade process.  I must have been worried that the downtime would scare off all three of my blog readers!</p>
<p>However, <a href="http://burkeware.com/blog">Burke</a>&#8216;s successful upgrade to version 2.5 gave me hope.  I took the plunge this weekend.</p>
<p>Well, I was right.  The upgrade process was long.  Actually, the upgrade process only took about 20 seconds.  However, I then proceeded to start fixing all of the little things in my blog and blog theme that have been bothering since the beginning.  That entire process took the rest of the afternoon. <img src='http://blog.eflow.org/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>WordPress 2.5 is pretty sweet.  Most of the upgrades are on the management side of things, so it doesn&#8217;t look any different to the end reader.  One of the big changes (that actually occurred back in 2.3) is the addition of tags. See the discussion on <a href="http://lorelle.wordpress.com/2005/09/09/categories-versus-tags-whats-the-difference-and-which-one/">tags vs. categories</a>.</p>
<p>I&#8217;m writing this post because I couldn&#8217;t figure out how to display the tags for a post in my theme.  Google searches for wordpress theme show tags, wordpress template tags, wordpress list tags, etc didn&#8217;t give me any useful results.  I&#8217;m posting this hoping it will help others find the solution faster.</p>
<p>The function_exists check is optional, and only necessary if you want your theme to be backwards compatible to pre wordpress 2.3.</p>
<blockquote><p>&lt;?php if ( function_exists(&#8216;wp_tag_cloud&#8217;) ) : ?&gt;<br />
&nbsp; &nbsp; &lt;?php the_tags(&#8216;Tagged as: &#8216;, &#8216; | &#8216; , &#8221;); ?&gt;<br />
&lt;?php endif; ?&gt;</p></blockquote>
<p>This will output a line such as: <code>Tagged as: joe | bob | fred</code></p>
 <img src="http://blog.eflow.org/wp-content/plugins/feed-statistics.php?view=1&post_id=44" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://blog.eflow.org/archives/44/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

