<?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>Mon, 06 Feb 2012 19:33:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Ankur Banerjee</title>
		<link>http://www.ankurb.info/2008/03/25/converting-tags-to-categories-in-wordpress/#comment-13697</link>
		<dc:creator>Ankur Banerjee</dc:creator>
		<pubDate>Thu, 30 Dec 2010 14:08:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.ankurb.info/2008/03/25/converting-tags-to-categories-in-wordpress/#comment-13697</guid>
		<description>Nice tip, hadn&#039;t heard of that plugin.</description>
		<content:encoded><![CDATA[<p>Nice tip, hadn&#8217;t heard of that plugin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Suthnautr</title>
		<link>http://www.ankurb.info/2008/03/25/converting-tags-to-categories-in-wordpress/#comment-13693</link>
		<dc:creator>Suthnautr</dc:creator>
		<pubDate>Wed, 29 Dec 2010 22:56:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.ankurb.info/2008/03/25/converting-tags-to-categories-in-wordpress/#comment-13693</guid>
		<description>Yeap, it sucks big time. FORTUNATELY for me I set it up on a brand new blog with no posts - I had just spent about an hour nesting a whole bunch of subcategories and ran it thinking it would &quot;copy&quot; (duh, it *says* &quot;convert&quot; - what was *I* thinking?) the categories to tags. So most fortunately I only lost only about fifteen minutes of work because I could convert them *back* only they are no longer nested (which is the 15 minutes I&#039;ll have to spend re-doing them). If it had been one of my older blogs I would have definitely been pissed off.

My advice for anyone not SQL geeky enough to deal directly with databases - get the WP-DBManager plugin. It&#039;s the lazy man&#039;s Swiss Army Knife of WP Database Management.</description>
		<content:encoded><![CDATA[<p>Yeap, it sucks big time. FORTUNATELY for me I set it up on a brand new blog with no posts &#8211; I had just spent about an hour nesting a whole bunch of subcategories and ran it thinking it would &#8220;copy&#8221; (duh, it *says* &#8220;convert&#8221; &#8211; what was *I* thinking?) the categories to tags. So most fortunately I only lost only about fifteen minutes of work because I could convert them *back* only they are no longer nested (which is the 15 minutes I&#8217;ll have to spend re-doing them). If it had been one of my older blogs I would have definitely been pissed off.</p>
<p>My advice for anyone not SQL geeky enough to deal directly with databases &#8211; get the WP-DBManager plugin. It&#8217;s the lazy man&#8217;s Swiss Army Knife of WP Database Management.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Suthnautr</title>
		<link>http://www.ankurb.info/2008/03/25/converting-tags-to-categories-in-wordpress/#comment-13692</link>
		<dc:creator>Suthnautr</dc:creator>
		<pubDate>Wed, 29 Dec 2010 22:48:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.ankurb.info/2008/03/25/converting-tags-to-categories-in-wordpress/#comment-13692</guid>
		<description>&quot;Generally, the username could be the same as your database name. In case it isn’t, you should’ve written it down, dum dum. :p&quot;

IF it isn&#039;t the same as the username then install the WP Plugin WP-DBManager (used to backup and manage WP Databases) and it will tell you the name of the Database.

Signed,
Chief Dum Dum</description>
		<content:encoded><![CDATA[<p>&#8220;Generally, the username could be the same as your database name. In case it isn’t, you should’ve written it down, dum dum. :p&#8221;</p>
<p>IF it isn&#8217;t the same as the username then install the WP Plugin WP-DBManager (used to backup and manage WP Databases) and it will tell you the name of the Database.</p>
<p>Signed,<br />
Chief Dum Dum</p>
]]></content:encoded>
	</item>
	<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>
</channel>
</rss>

