<?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"
	>
<channel>
	<title>Comments on: Exporting-Importing A Category</title>
	<atom:link href="http://weblogtoolscollection.com/archives/2008/04/28/exporting-importing-a-category/feed/" rel="self" type="application/rss+xml" />
	<link>http://weblogtoolscollection.com/archives/2008/04/28/exporting-importing-a-category/</link>
	<description>Weblog Tools Blogging Tools Blog</description>
	<pubDate>Wed, 20 Aug 2008 20:51:47 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Mosh</title>
		<link>http://weblogtoolscollection.com/archives/2008/04/28/exporting-importing-a-category/#comment-1224954</link>
		<dc:creator>Mosh</dc:creator>
		<pubDate>Thu, 01 May 2008 16:43:11 +0000</pubDate>
		<guid isPermaLink="false">http://weblogtoolscollection.com/?p=3473#comment-1224954</guid>
		<description>Honestly, I wish I had the time. I've never developed a plugin, but yes - this looks like an ideal task to work at. Sadly, I've got 3 weeks left on my contract, 20+ PCs to rebuild (very slow, old ones - one at a time), and 5 months' of work to document for whoever takes over.

After that I'm off travelling again. I almost wish I was sat somewhere I could work at this!</description>
		<content:encoded><![CDATA[<p>Honestly, I wish I had the time. I&#8217;ve never developed a plugin, but yes - this looks like an ideal task to work at. Sadly, I&#8217;ve got 3 weeks left on my contract, 20+ PCs to rebuild (very slow, old ones - one at a time), and 5 months&#8217; of work to document for whoever takes over.</p>
<p>After that I&#8217;m off travelling again. I almost wish I was sat somewhere I could work at this!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Rothe</title>
		<link>http://weblogtoolscollection.com/archives/2008/04/28/exporting-importing-a-category/#comment-1224946</link>
		<dc:creator>Jeff Rothe</dc:creator>
		<pubDate>Thu, 01 May 2008 16:10:28 +0000</pubDate>
		<guid isPermaLink="false">http://weblogtoolscollection.com/?p=3473#comment-1224946</guid>
		<description>I also had looked high and low at one time to export a certain category of posts out of Wordpress.  I came across the HandySolo method, but the other method of changing the author is helpful albeit a pain.

Seriously, it sounds like technically it could be difficult to make a plugin that would export / import individual categories, or integrate it into the core, but this is a feature that would see a ton of use.  

Maybe some brave sole will attempt it in your Wordpress plugin contest running over the next two months. I have to belive a developer willing to make this as a plugin would have a good chance of winning if they did.</description>
		<content:encoded><![CDATA[<p>I also had looked high and low at one time to export a certain category of posts out of Wordpress.  I came across the HandySolo method, but the other method of changing the author is helpful albeit a pain.</p>
<p>Seriously, it sounds like technically it could be difficult to make a plugin that would export / import individual categories, or integrate it into the core, but this is a feature that would see a ton of use.  </p>
<p>Maybe some brave sole will attempt it in your Wordpress plugin contest running over the next two months. I have to belive a developer willing to make this as a plugin would have a good chance of winning if they did.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Megapixels</title>
		<link>http://weblogtoolscollection.com/archives/2008/04/28/exporting-importing-a-category/#comment-1224692</link>
		<dc:creator>Megapixels</dc:creator>
		<pubDate>Wed, 30 Apr 2008 13:15:42 +0000</pubDate>
		<guid isPermaLink="false">http://weblogtoolscollection.com/?p=3473#comment-1224692</guid>
		<description>An import SQL wouldn't be that tough, once you have the export.  I usually worry that I'm not getting (and sending) all the pieces.  Once you've got that figured out, the SQL is trivial.</description>
		<content:encoded><![CDATA[<p>An import SQL wouldn&#8217;t be that tough, once you have the export.  I usually worry that I&#8217;m not getting (and sending) all the pieces.  Once you&#8217;ve got that figured out, the SQL is trivial.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kulpreet Singh &#187; Top 5 Wordpress Wish List</title>
		<link>http://weblogtoolscollection.com/archives/2008/04/28/exporting-importing-a-category/#comment-1224527</link>
		<dc:creator>Kulpreet Singh &#187; Top 5 Wordpress Wish List</dc:creator>
		<pubDate>Tue, 29 Apr 2008 19:06:08 +0000</pubDate>
		<guid isPermaLink="false">http://weblogtoolscollection.com/?p=3473#comment-1224527</guid>
		<description>[...] &#38; Exporting not just by author, but by category, or time range, or tag. Today there was a an interesting post by Jeff Chandler on the long way to export by category. However, a simple plugin would be awesome. [...]</description>
		<content:encoded><![CDATA[<p>[...] &amp; Exporting not just by author, but by category, or time range, or tag. Today there was a an interesting post by Jeff Chandler on the long way to export by category. However, a simple plugin would be awesome. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mosh</title>
		<link>http://weblogtoolscollection.com/archives/2008/04/28/exporting-importing-a-category/#comment-1224505</link>
		<dc:creator>Mosh</dc:creator>
		<pubDate>Tue, 29 Apr 2008 13:04:02 +0000</pubDate>
		<guid isPermaLink="false">http://weblogtoolscollection.com/?p=3473#comment-1224505</guid>
		<description>@Charles: And another good point! The plug-in would have to be *import* as well as export. Dropping data from a database is simple enough, and you can dump it into a text file of whatever format (plain text, XML, whatever). But you're right - whatever you use to import it back in must understand that format.

Databases I do know, SQL I'm passingly familiar with, PHP is where I fall over and specific WordPress code... barely a beginner! But this *would* make a decent project, as I said. Worst case, you can use something scary like myPHPadmin to drop and reload the data but I'd recommend against in unless you really know what you're doing :)</description>
		<content:encoded><![CDATA[<p>@Charles: And another good point! The plug-in would have to be *import* as well as export. Dropping data from a database is simple enough, and you can dump it into a text file of whatever format (plain text, XML, whatever). But you&#8217;re right - whatever you use to import it back in must understand that format.</p>
<p>Databases I do know, SQL I&#8217;m passingly familiar with, PHP is where I fall over and specific WordPress code&#8230; barely a beginner! But this *would* make a decent project, as I said. Worst case, you can use something scary like myPHPadmin to drop and reload the data but I&#8217;d recommend against in unless you really know what you&#8217;re doing <img src='http://weblogtoolscollection.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charles</title>
		<link>http://weblogtoolscollection.com/archives/2008/04/28/exporting-importing-a-category/#comment-1224474</link>
		<dc:creator>Charles</dc:creator>
		<pubDate>Tue, 29 Apr 2008 02:34:59 +0000</pubDate>
		<guid isPermaLink="false">http://weblogtoolscollection.com/?p=3473#comment-1224474</guid>
		<description>@Mosh:I think your method is direct, but I have a question. If you use sql to export the posts from database directly, how can you import this file(i don't know what the db export exactly) to another weblog powered by WP?</description>
		<content:encoded><![CDATA[<p>@Mosh:I think your method is direct, but I have a question. If you use sql to export the posts from database directly, how can you import this file(i don&#8217;t know what the db export exactly) to another weblog powered by WP?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mosh</title>
		<link>http://weblogtoolscollection.com/archives/2008/04/28/exporting-importing-a-category/#comment-1224468</link>
		<dc:creator>Mosh</dc:creator>
		<pubDate>Mon, 28 Apr 2008 19:34:38 +0000</pubDate>
		<guid isPermaLink="false">http://weblogtoolscollection.com/?p=3473#comment-1224468</guid>
		<description>I wish I had the time to sit down and try to figure out plug-ins. This would be a good one to start on as a project. if I ever get the chance, you'll be the first to know!</description>
		<content:encoded><![CDATA[<p>I wish I had the time to sit down and try to figure out plug-ins. This would be a good one to start on as a project. if I ever get the chance, you&#8217;ll be the first to know!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SEO Web Designer Binh Nguyen</title>
		<link>http://weblogtoolscollection.com/archives/2008/04/28/exporting-importing-a-category/#comment-1224465</link>
		<dc:creator>SEO Web Designer Binh Nguyen</dc:creator>
		<pubDate>Mon, 28 Apr 2008 19:18:15 +0000</pubDate>
		<guid isPermaLink="false">http://weblogtoolscollection.com/?p=3473#comment-1224465</guid>
		<description>This remind me of the problem with WPMU Category. Not only that by default you can't edit the category slug. But also when you want to modify the slug or name you will face troubles. So I wrote &lt;a href="http://www.binh.name/2008/04/29/how-to-change-wpmu-category-name-or-slug/" rel="nofollow"&gt;How to Change WPMU Category Name or Slug&lt;a&gt;</description>
		<content:encoded><![CDATA[<p>This remind me of the problem with WPMU Category. Not only that by default you can&#8217;t edit the category slug. But also when you want to modify the slug or name you will face troubles. So I wrote <a href="http://www.binh.name/2008/04/29/how-to-change-wpmu-category-name-or-slug/">How to Change WPMU Category Name or Slug</a><a></a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Chandler</title>
		<link>http://weblogtoolscollection.com/archives/2008/04/28/exporting-importing-a-category/#comment-1224462</link>
		<dc:creator>Jeff Chandler</dc:creator>
		<pubDate>Mon, 28 Apr 2008 18:31:08 +0000</pubDate>
		<guid isPermaLink="false">http://weblogtoolscollection.com/?p=3473#comment-1224462</guid>
		<description>&lt;strong&gt;@NewMexiKen&lt;/strong&gt; I would love to see the exporter obtain many of those exporting options you described and I think it's only a matter of time before those are added. As for the character corruption problem, I don't know. I would look through the bug tracker for WordPress and see if thats been reported or look through the support forums. If you don't see anything written about it, you might want to submit a bug report

&lt;strong&gt;@Peter Murray&lt;/strong&gt; Peter, you are spot on. When I reformatted my WordPress install and went the WXR route, it numbered all of my tags, comments, and post IDs, it was actually really annoying. 

&lt;strong&gt;@Mosh&lt;/strong&gt; I'm no plugin or SQL magician myself which is why I came up with this mundane solution that end user's shouldn't have a problem executing. I don't think creating a plugin for this type of functionality would be difficult at all, keeping up with the development of the core of WordPress would probably be the most difficult aspect of it.</description>
		<content:encoded><![CDATA[<p><strong>@NewMexiKen</strong> I would love to see the exporter obtain many of those exporting options you described and I think it&#8217;s only a matter of time before those are added. As for the character corruption problem, I don&#8217;t know. I would look through the bug tracker for WordPress and see if thats been reported or look through the support forums. If you don&#8217;t see anything written about it, you might want to submit a bug report</p>
<p><strong>@Peter Murray</strong> Peter, you are spot on. When I reformatted my WordPress install and went the WXR route, it numbered all of my tags, comments, and post IDs, it was actually really annoying. </p>
<p><strong>@Mosh</strong> I&#8217;m no plugin or SQL magician myself which is why I came up with this mundane solution that end user&#8217;s shouldn&#8217;t have a problem executing. I don&#8217;t think creating a plugin for this type of functionality would be difficult at all, keeping up with the development of the core of WordPress would probably be the most difficult aspect of it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Siddharth</title>
		<link>http://weblogtoolscollection.com/archives/2008/04/28/exporting-importing-a-category/#comment-1224457</link>
		<dc:creator>Siddharth</dc:creator>
		<pubDate>Mon, 28 Apr 2008 16:19:59 +0000</pubDate>
		<guid isPermaLink="false">http://weblogtoolscollection.com/?p=3473#comment-1224457</guid>
		<description>Nice find :)</description>
		<content:encoded><![CDATA[<p>Nice find <img src='http://weblogtoolscollection.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mosh</title>
		<link>http://weblogtoolscollection.com/archives/2008/04/28/exporting-importing-a-category/#comment-1224456</link>
		<dc:creator>Mosh</dc:creator>
		<pubDate>Mon, 28 Apr 2008 15:46:46 +0000</pubDate>
		<guid isPermaLink="false">http://weblogtoolscollection.com/?p=3473#comment-1224456</guid>
		<description>The SQL to do this export wouldn't be too difficult, especially with WordPress being nicely designed with only a small number of tables. If you've got access to the database directly with something like PHPMySQL then it'd be relatively simple to draft up a few queries (or one slightly more complex one) to drop the data out.

I'm no expert (honestly, I'm not!), but I honestly think this is an easy task from that point of view. I know next to nothing about coding plug-ins however... There are far more complex works out there. If someone sees the need, I can see this being a relatively simple plug-in to write.

The most difficult thing to keep on top of is the change in schema/structure of the WP database between versions, and any additional meta data added by other plug-ins. Still, this could be handled.

Hmm. I forsee a project... :)</description>
		<content:encoded><![CDATA[<p>The SQL to do this export wouldn&#8217;t be too difficult, especially with WordPress being nicely designed with only a small number of tables. If you&#8217;ve got access to the database directly with something like PHPMySQL then it&#8217;d be relatively simple to draft up a few queries (or one slightly more complex one) to drop the data out.</p>
<p>I&#8217;m no expert (honestly, I&#8217;m not!), but I honestly think this is an easy task from that point of view. I know next to nothing about coding plug-ins however&#8230; There are far more complex works out there. If someone sees the need, I can see this being a relatively simple plug-in to write.</p>
<p>The most difficult thing to keep on top of is the change in schema/structure of the WP database between versions, and any additional meta data added by other plug-ins. Still, this could be handled.</p>
<p>Hmm. I forsee a project&#8230; <img src='http://weblogtoolscollection.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Murray</title>
		<link>http://weblogtoolscollection.com/archives/2008/04/28/exporting-importing-a-category/#comment-1224455</link>
		<dc:creator>Peter Murray</dc:creator>
		<pubDate>Mon, 28 Apr 2008 15:27:54 +0000</pubDate>
		<guid isPermaLink="false">http://weblogtoolscollection.com/?p=3473#comment-1224455</guid>
		<description>The real problem with the exporter, at least as I see it, is that an export-import process will renumber the IDs of the post and taxonomy records.  There are a number of plugins out there that use IDs rather than slugs (&lt;a href="http://dltj.org/article/dltj-updated-readers-yawn/" rel="nofollow"&gt;as I found when I was updating earlier this year&lt;/a&gt;), and they break horribly when this happens.</description>
		<content:encoded><![CDATA[<p>The real problem with the exporter, at least as I see it, is that an export-import process will renumber the IDs of the post and taxonomy records.  There are a number of plugins out there that use IDs rather than slugs (<a href="http://dltj.org/article/dltj-updated-readers-yawn/">as I found when I was updating earlier this year</a>), and they break horribly when this happens.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jenny</title>
		<link>http://weblogtoolscollection.com/archives/2008/04/28/exporting-importing-a-category/#comment-1224453</link>
		<dc:creator>Jenny</dc:creator>
		<pubDate>Mon, 28 Apr 2008 15:21:23 +0000</pubDate>
		<guid isPermaLink="false">http://weblogtoolscollection.com/?p=3473#comment-1224453</guid>
		<description>Awesome thanks. It's exactly what I was looking for.</description>
		<content:encoded><![CDATA[<p>Awesome thanks. It&#8217;s exactly what I was looking for.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kim</title>
		<link>http://weblogtoolscollection.com/archives/2008/04/28/exporting-importing-a-category/#comment-1224451</link>
		<dc:creator>kim</dc:creator>
		<pubDate>Mon, 28 Apr 2008 15:09:56 +0000</pubDate>
		<guid isPermaLink="false">http://weblogtoolscollection.com/?p=3473#comment-1224451</guid>
		<description>thanks for that info...it helps me with one problem i've been trying to figure out...and WXR file exceeds the limit...</description>
		<content:encoded><![CDATA[<p>thanks for that info&#8230;it helps me with one problem i&#8217;ve been trying to figure out&#8230;and WXR file exceeds the limit&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: NewMexiKen</title>
		<link>http://weblogtoolscollection.com/archives/2008/04/28/exporting-importing-a-category/#comment-1224447</link>
		<dc:creator>NewMexiKen</dc:creator>
		<pubDate>Mon, 28 Apr 2008 14:31:34 +0000</pubDate>
		<guid isPermaLink="false">http://weblogtoolscollection.com/?p=3473#comment-1224447</guid>
		<description>I agree, this would be a nice feature — to export by category.  To export by date would be an even better feature.  Indeed, it is nearly an essential feature if you have a large number of posts and the WXR file exceeds the limit on import file size.  

I have a somewhat related question.  I find that the WXR file corrupts many characters — em dashes, latin letters, etc.  Why is this?  How can it be corrected?  Anyone know?</description>
		<content:encoded><![CDATA[<p>I agree, this would be a nice feature — to export by category.  To export by date would be an even better feature.  Indeed, it is nearly an essential feature if you have a large number of posts and the WXR file exceeds the limit on import file size.  </p>
<p>I have a somewhat related question.  I find that the WXR file corrupts many characters — em dashes, latin letters, etc.  Why is this?  How can it be corrected?  Anyone know?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
