<?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: Converting Tags To Categories In WordPress</title>
	<atom:link href="http://www.ankurb.info/2008/03/25/converting-tags-to-categories-in-wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ankurb.info/2008/03/25/converting-tags-to-categories-in-wordpress/</link>
	<description>ankur banerjee&#039;s weblog.</description>
	<lastBuildDate>Tue, 07 Sep 2010 00:11:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Dave</title>
		<link>http://www.ankurb.info/2008/03/25/converting-tags-to-categories-in-wordpress/#comment-10481</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Mon, 16 Aug 2010 02:03:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.ankurb.info/2008/03/25/converting-tags-to-categories-in-wordpress/#comment-10481</guid>
		<description>Thanks Ankur, I knew there had to be an easy way to convert some wordpress tags to categories.

 Much Appreciated
  Dave</description>
		<content:encoded><![CDATA[<p>Thanks Ankur, I knew there had to be an easy way to convert some wordpress tags to categories.</p>
<p> Much Appreciated<br />
  Dave</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alcides Soares</title>
		<link>http://www.ankurb.info/2008/03/25/converting-tags-to-categories-in-wordpress/#comment-8734</link>
		<dc:creator>Alcides Soares</dc:creator>
		<pubDate>Mon, 29 Mar 2010 01:16:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.ankurb.info/2008/03/25/converting-tags-to-categories-in-wordpress/#comment-8734</guid>
		<description>You can run the SQL:

UPDATE  `yourdbname`.`wp_term_taxonomy` SET  `taxonomy` =  &#039;category&#039; WHERE  `wp_term_taxonomy`.`taxonomy` =&#039;post_tag&#039;

Please not that you will have to reconstruct the hierarchy;</description>
		<content:encoded><![CDATA[<p>You can run the SQL:</p>
<p>UPDATE  `yourdbname`.`wp_term_taxonomy` SET  `taxonomy` =  &#8216;category&#8217; WHERE  `wp_term_taxonomy`.`taxonomy` =&#8217;post_tag&#8217;</p>
<p>Please not that you will have to reconstruct the hierarchy;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: directory</title>
		<link>http://www.ankurb.info/2008/03/25/converting-tags-to-categories-in-wordpress/#comment-8123</link>
		<dc:creator>directory</dc:creator>
		<pubDate>Mon, 26 Oct 2009 12:58:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.ankurb.info/2008/03/25/converting-tags-to-categories-in-wordpress/#comment-8123</guid>
		<description>that conversion tool sucks :(</description>
		<content:encoded><![CDATA[<p>that conversion tool sucks :(</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Duncan</title>
		<link>http://www.ankurb.info/2008/03/25/converting-tags-to-categories-in-wordpress/#comment-7674</link>
		<dc:creator>Duncan</dc:creator>
		<pubDate>Mon, 07 Sep 2009 20:36:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.ankurb.info/2008/03/25/converting-tags-to-categories-in-wordpress/#comment-7674</guid>
		<description>Thanks for this.  You just saved me!</description>
		<content:encoded><![CDATA[<p>Thanks for this.  You just saved me!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MommyGeek</title>
		<link>http://www.ankurb.info/2008/03/25/converting-tags-to-categories-in-wordpress/#comment-7648</link>
		<dc:creator>MommyGeek</dc:creator>
		<pubDate>Wed, 02 Sep 2009 01:20:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.ankurb.info/2008/03/25/converting-tags-to-categories-in-wordpress/#comment-7648</guid>
		<description>Perfect -- thank you so much for posting this solution.</description>
		<content:encoded><![CDATA[<p>Perfect &#8212; thank you so much for posting this solution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ankur</title>
		<link>http://www.ankurb.info/2008/03/25/converting-tags-to-categories-in-wordpress/#comment-5321</link>
		<dc:creator>Ankur</dc:creator>
		<pubDate>Sun, 03 May 2009 15:30:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.ankurb.info/2008/03/25/converting-tags-to-categories-in-wordpress/#comment-5321</guid>
		<description>As far as I remember, I wrote this post when I was using 2.6. Even if it wasn&#039;t 2.6 (I doubt that), basic things such as wp_term_taxonomy aren&#039;t changed between versions. If it&#039;s a mission-critical thing then take a backup of the database you&#039;re working on, then make the changes. If anything goes wrong, then you can use phpMyAdmin to import the backup and restore everything to its original state. &lt;a href=&quot;http://wordpress.org/extend/plugins/wp-db-backup&quot; rel=&quot;nofollow&quot;&gt;WP-DB-Backup&lt;/a&gt; is an excellent plugin for this task.</description>
		<content:encoded><![CDATA[<p>As far as I remember, I wrote this post when I was using 2.6. Even if it wasn&#8217;t 2.6 (I doubt that), basic things such as wp_term_taxonomy aren&#8217;t changed between versions. If it&#8217;s a mission-critical thing then take a backup of the database you&#8217;re working on, then make the changes. If anything goes wrong, then you can use phpMyAdmin to import the backup and restore everything to its original state. <a href="http://wordpress.org/extend/plugins/wp-db-backup" rel="nofollow">WP-DB-Backup</a> is an excellent plugin for this task.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zygotti</title>
		<link>http://www.ankurb.info/2008/03/25/converting-tags-to-categories-in-wordpress/#comment-5316</link>
		<dc:creator>Zygotti</dc:creator>
		<pubDate>Sun, 03 May 2009 14:21:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.ankurb.info/2008/03/25/converting-tags-to-categories-in-wordpress/#comment-5316</guid>
		<description>Thanks Ankur.
A client wants to turn categories into tags and visa-versa (for reasons too complicated to go into here) and I suspected it was as simple as swapping the taxonomy values in wp_term_taxonomy...  It&#039;s good to have confirmation;-) I&#039;ll be doing this in WP 2.6 but I&#039;ve an idea things might be different in 2.7</description>
		<content:encoded><![CDATA[<p>Thanks Ankur.<br />
A client wants to turn categories into tags and visa-versa (for reasons too complicated to go into here) and I suspected it was as simple as swapping the taxonomy values in wp_term_taxonomy&#8230;  It&#8217;s good to have confirmation;-) I&#8217;ll be doing this in WP 2.6 but I&#8217;ve an idea things might be different in 2.7</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shankar</title>
		<link>http://www.ankurb.info/2008/03/25/converting-tags-to-categories-in-wordpress/#comment-3937</link>
		<dc:creator>Shankar</dc:creator>
		<pubDate>Sun, 04 Jan 2009 16:28:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.ankurb.info/2008/03/25/converting-tags-to-categories-in-wordpress/#comment-3937</guid>
		<description>thanks mate! life-saver post...absolutely moronic of wordpress to include such a converter that does this stuff without warning...</description>
		<content:encoded><![CDATA[<p>thanks mate! life-saver post&#8230;absolutely moronic of wordpress to include such a converter that does this stuff without warning&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dereck Coatney</title>
		<link>http://www.ankurb.info/2008/03/25/converting-tags-to-categories-in-wordpress/#comment-3515</link>
		<dc:creator>Dereck Coatney</dc:creator>
		<pubDate>Fri, 14 Nov 2008 17:09:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.ankurb.info/2008/03/25/converting-tags-to-categories-in-wordpress/#comment-3515</guid>
		<description>Life saver; thanks!</description>
		<content:encoded><![CDATA[<p>Life saver; thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ankur</title>
		<link>http://www.ankurb.info/2008/03/25/converting-tags-to-categories-in-wordpress/#comment-1761</link>
		<dc:creator>Ankur</dc:creator>
		<pubDate>Tue, 17 Jun 2008 04:45:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.ankurb.info/2008/03/25/converting-tags-to-categories-in-wordpress/#comment-1761</guid>
		<description>@Mark: Phew, lucky escape for you. :) Yes, most people (quite correctly) believe that WordPress won&#039;t delete the categories, and get into a lot of trouble when they go ahead and do it.</description>
		<content:encoded><![CDATA[<p>@Mark: Phew, lucky escape for you. :) Yes, most people (quite correctly) believe that WordPress won&#8217;t delete the categories, and get into a lot of trouble when they go ahead and do it.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
