<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Using WordPress tags? Don&#8217;t forget to re-apply the tags patch!</title>
	<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>
	<pubDate>Thu, 20 Nov 2008 16:36:32 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.2</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>
		<author>SonicChicken weblog &#187; Blog Archive &#187; Upgraded to WordPress 1.5.2, patches [re-]applied</author>
		<pubDate>Fri, 02 Sep 2005 03:49:43 +0000</pubDate>
		<guid>http://sonicchicken.net/blog/wordpress/20050630/using-wordpress-tags-dont-forget-to-re-apply-the-tags-patch/#comment-59</guid>
		<description>[...] At least I remembered to reapply the tags patch this time! [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] At least I remembered to reapply the tags patch this time! [&#8230;]</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>
		<author>jim</author>
		<pubDate>Sun, 14 Aug 2005 00:22:48 +0000</pubDate>
		<guid>http://sonicchicken.net/blog/wordpress/20050630/using-wordpress-tags-dont-forget-to-re-apply-the-tags-patch/#comment-27</guid>
		<description>I wasn't familiar with this theme off the top of my head. I checked out the &lt;a href="http://vanillamist.com/blog/?page_id=64" rel="nofollow"&gt;Connections page&lt;/a&gt;, and it doesn't look as if the front page would be too hard to convert to tags. Here's what I did to use tags in place of categories with &lt;a href="http://zed1.com/journalized/themes/" rel="nofollow"&gt;Mike Little's &lt;em&gt;Journalized-Blue&lt;/em&gt; theme&lt;/a&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 "Categories".
&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 "div" 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('list_tags'))
&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 "Categories" header to "Tags", and substitute "list_tags()" for "list_cats()".
&lt;/li&gt;&lt;/ol&gt;

Hope this helps. If not, leave me another comment and I'll see what I can do.</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(&#8217;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>
		<author>jim wilde</author>
		<pubDate>Sat, 13 Aug 2005 15:44:06 +0000</pubDate>
		<guid>http://sonicchicken.net/blog/wordpress/20050630/using-wordpress-tags-dont-forget-to-re-apply-the-tags-patch/#comment-26</guid>
		<description>Hi,

Thanks for getting back to me. I'm using connections. 

Jim</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>
		<author>jim</author>
		<pubDate>Sat, 13 Aug 2005 08:00:11 +0000</pubDate>
		<guid>http://sonicchicken.net/blog/wordpress/20050630/using-wordpress-tags-dont-forget-to-re-apply-the-tags-patch/#comment-25</guid>
		<description>Hi Jim,

Yes, you need to tweak your theme. It can be a bit of a pain, depending on what theme you'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.

What theme are you thinking of using?

Jim</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>
		<author>jim wilde</author>
		<pubDate>Thu, 11 Aug 2005 21:55:37 +0000</pubDate>
		<guid>http://sonicchicken.net/blog/wordpress/20050630/using-wordpress-tags-dont-forget-to-re-apply-the-tags-patch/#comment-23</guid>
		<description>Hi,

Sorry to bother you, but the comments on the developers site were not helpful. I just started with wp. I'm trying to install the tags plugin. Do I need to change the theme (connections) to use tags?  

Thanks,

Jim</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>
