<?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: Using WordPress tags? Don&#8217;t forget to re-apply the tags patch!</title>
	<atom:link href="http://sonicchicken.net/blog/wordpress/20050630/using-wordpress-tags-dont-forget-to-re-apply-the-tags-patch/feed/" rel="self" type="application/rss+xml" />
	<link>http://sonicchicken.net/blog/wordpress/20050630/using-wordpress-tags-dont-forget-to-re-apply-the-tags-patch/</link>
	<description>Information, opinions, ideas and rants from my family and friends in Sacramento, California, US.</description>
	<lastBuildDate>Wed, 08 Feb 2012 18:15:57 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	<item>
		<title>By: SonicChicken weblog &#187; Blog Archive &#187; Upgraded to WordPress 1.5.2, patches [re-]applied</title>
		<link>http://sonicchicken.net/blog/wordpress/20050630/using-wordpress-tags-dont-forget-to-re-apply-the-tags-patch/#comment-59</link>
		<dc:creator>SonicChicken weblog &#187; Blog Archive &#187; Upgraded to WordPress 1.5.2, patches [re-]applied</dc:creator>
		<pubDate>Fri, 02 Sep 2005 03:49:43 +0000</pubDate>
		<guid isPermaLink="false">http://sonicchicken.net/blog/wordpress/?p=38#comment-59</guid>
		<description>&lt;p&gt;[...] At least I remembered to reapply the tags patch this time! [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] At least I remembered to reapply the tags patch this time! [...]</p>]]></content:encoded>
	</item>
	<item>
		<title>By: jim</title>
		<link>http://sonicchicken.net/blog/wordpress/20050630/using-wordpress-tags-dont-forget-to-re-apply-the-tags-patch/#comment-27</link>
		<dc:creator>jim</dc:creator>
		<pubDate>Sun, 14 Aug 2005 00:22:48 +0000</pubDate>
		<guid isPermaLink="false">http://sonicchicken.net/blog/wordpress/?p=38#comment-27</guid>
		<description>&lt;p&gt;I wasn&#039;t familiar with this theme off the top of my head. I checked out the &lt;a href=&quot;http://vanillamist.com/blog/?page_id=64&quot; rel=&quot;nofollow&quot;&gt;Connections page&lt;/a&gt;, and it doesn&#039;t look as if the front page would be too hard to convert to tags. Here&#039;s what I did to use tags in place of categories with &lt;a href=&quot;http://zed1.com/journalized/themes/&quot; rel=&quot;nofollow&quot;&gt;Mike Little&#039;s &lt;em&gt;Journalized-Blue&lt;/em&gt; theme&lt;/a&gt;:&lt;/p&gt;

&lt;ol&gt;&lt;li&gt;Figure out which PHP file does the category listing. Go to   wp-content/themes/{your_theme_directory} and search all the PHP files for &quot;Categories&quot;.
&lt;/li&gt;&lt;li&gt;Edit that file and find the code that does the category listing. Most likely this is done by a call to list_cats(). Figure out where the category listing starts and ends, semantically. For example, there may be &quot;div&quot; tags bracketing the category listing.
&lt;/li&gt;&lt;li&gt;I copy-and-pasted the entire category code into an IF-THEN-ELSE block, like so: IF (test) THEN list-categories ELSE list-categories. (I realize that this is pointless to have identical code in both the THEN and ELSE blocks. Bear with me.)
&lt;/li&gt;&lt;li&gt;Now for the conditional of the IF, use: if (function_exists(&#039;list_tags&#039;))
&lt;/li&gt;&lt;li&gt;Finally, edit the THEN block and change the category listing code to list tags instead. I think all I had to do was change the &quot;Categories&quot; header to &quot;Tags&quot;, and substitute &quot;list_tags()&quot; for &quot;list_cats()&quot;.
&lt;/li&gt;&lt;/ol&gt;

&lt;p&gt;Hope this helps. If not, leave me another comment and I&#039;ll see what I can do.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I wasn&#8217;t familiar with this theme off the top of my head. I checked out the <a href="http://vanillamist.com/blog/?page_id=64" rel="nofollow">Connections page</a>, and it doesn&#8217;t look as if the front page would be too hard to convert to tags. Here&#8217;s what I did to use tags in place of categories with <a href="http://zed1.com/journalized/themes/" rel="nofollow">Mike Little&#8217;s <em>Journalized-Blue</em> theme</a>:</p>

<ol><li>Figure out which PHP file does the category listing. Go to   wp-content/themes/{your_theme_directory} and search all the PHP files for &#8220;Categories&#8221;.
</li><li>Edit that file and find the code that does the category listing. Most likely this is done by a call to list_cats(). Figure out where the category listing starts and ends, semantically. For example, there may be &#8220;div&#8221; tags bracketing the category listing.
</li><li>I copy-and-pasted the entire category code into an IF-THEN-ELSE block, like so: IF (test) THEN list-categories ELSE list-categories. (I realize that this is pointless to have identical code in both the THEN and ELSE blocks. Bear with me.)
</li><li>Now for the conditional of the IF, use: if (function_exists(&#8216;list_tags&#8217;))
</li><li>Finally, edit the THEN block and change the category listing code to list tags instead. I think all I had to do was change the &#8220;Categories&#8221; header to &#8220;Tags&#8221;, and substitute &#8220;list_tags()&#8221; for &#8220;list_cats()&#8221;.
</li></ol>

<p>Hope this helps. If not, leave me another comment and I&#8217;ll see what I can do.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: jim wilde</title>
		<link>http://sonicchicken.net/blog/wordpress/20050630/using-wordpress-tags-dont-forget-to-re-apply-the-tags-patch/#comment-26</link>
		<dc:creator>jim wilde</dc:creator>
		<pubDate>Sat, 13 Aug 2005 15:44:06 +0000</pubDate>
		<guid isPermaLink="false">http://sonicchicken.net/blog/wordpress/?p=38#comment-26</guid>
		<description>&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;Thanks for getting back to me. I&#039;m using connections. &lt;/p&gt;

&lt;p&gt;Jim&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi,</p>

<p>Thanks for getting back to me. I&#8217;m using connections. </p>

<p>Jim</p>]]></content:encoded>
	</item>
	<item>
		<title>By: jim</title>
		<link>http://sonicchicken.net/blog/wordpress/20050630/using-wordpress-tags-dont-forget-to-re-apply-the-tags-patch/#comment-25</link>
		<dc:creator>jim</dc:creator>
		<pubDate>Sat, 13 Aug 2005 08:00:11 +0000</pubDate>
		<guid isPermaLink="false">http://sonicchicken.net/blog/wordpress/?p=38#comment-25</guid>
		<description>&lt;p&gt;Hi Jim,&lt;/p&gt;

&lt;p&gt;Yes, you need to tweak your theme. It can be a bit of a pain, depending on what theme you&#039;re running. Basically what I did was rip out the category code from J-blue and bolted in the code to list the 12 most-posted tags.&lt;/p&gt;

&lt;p&gt;What theme are you thinking of using?&lt;/p&gt;

&lt;p&gt;Jim&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi Jim,</p>

<p>Yes, you need to tweak your theme. It can be a bit of a pain, depending on what theme you&#8217;re running. Basically what I did was rip out the category code from J-blue and bolted in the code to list the 12 most-posted tags.</p>

<p>What theme are you thinking of using?</p>

<p>Jim</p>]]></content:encoded>
	</item>
	<item>
		<title>By: jim wilde</title>
		<link>http://sonicchicken.net/blog/wordpress/20050630/using-wordpress-tags-dont-forget-to-re-apply-the-tags-patch/#comment-23</link>
		<dc:creator>jim wilde</dc:creator>
		<pubDate>Thu, 11 Aug 2005 21:55:37 +0000</pubDate>
		<guid isPermaLink="false">http://sonicchicken.net/blog/wordpress/?p=38#comment-23</guid>
		<description>&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;Sorry to bother you, but the comments on the developers site were not helpful. I just started with wp. I&#039;m trying to install the tags plugin. Do I need to change the theme (connections) to use tags?  &lt;/p&gt;

&lt;p&gt;Thanks,&lt;/p&gt;

&lt;p&gt;Jim&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi,</p>

<p>Sorry to bother you, but the comments on the developers site were not helpful. I just started with wp. I&#8217;m trying to install the tags plugin. Do I need to change the theme (connections) to use tags?  </p>

<p>Thanks,</p>

<p>Jim</p>]]></content:encoded>
	</item>
</channel>
</rss>

