<?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: Importing from MT to WordPress</title>
	<atom:link href="http://www.muditajournal.com/archives/280.php/feed" rel="self" type="application/rss+xml" />
	<link>http://www.muditajournal.com/archives/280.php</link>
	<description>Mindfulness and Individualism</description>
	<lastBuildDate>Thu, 02 Feb 2012 16:37:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.muditajournal.com/archives/280.php#comment-69115</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Mon, 19 Sep 2011 02:25:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.muditajournal.com/archives/000280.php#comment-69115</guid>
		<description>As the Movable Type importer is somewhat different now than when you made your changes to the import script, I updated it to accept the ID field exported from Movable Type as per your instructions.

It&#039;s actually much simpler now--the wp_insert_post() function now accepts an &quot;insert_id&quot; field, which is a suggested id for the newly created post, which will be used in the case that it is not already in use by another post. Also, the importer script is now a plugin, so after installing the plugin, you have to replace the existing file at wp-content/plugins/movabletype-importer/movabletype-importer.php with this one:

http://davidcanderson.net/files/movabletype-importer.php</description>
		<content:encoded><![CDATA[<p>As the Movable Type importer is somewhat different now than when you made your changes to the import script, I updated it to accept the ID field exported from Movable Type as per your instructions.</p>
<p>It&#8217;s actually much simpler now&#8211;the wp_insert_post() function now accepts an &#8220;insert_id&#8221; field, which is a suggested id for the newly created post, which will be used in the case that it is not already in use by another post. Also, the importer script is now a plugin, so after installing the plugin, you have to replace the existing file at wp-content/plugins/movabletype-importer/movabletype-importer.php with this one:</p>
<p><a href="http://davidcanderson.net/files/movabletype-importer.php" rel="nofollow">http://davidcanderson.net/files/movabletype-importer.php</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.muditajournal.com/archives/280.php#comment-64317</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Sat, 23 Oct 2010 16:31:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.muditajournal.com/archives/000280.php#comment-64317</guid>
		<description>Has anyone tried this recently?  I have this exactly problem I&#039;m trying to tackle.</description>
		<content:encoded><![CDATA[<p>Has anyone tried this recently?  I have this exactly problem I&#8217;m trying to tackle.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Brunner</title>
		<link>http://www.muditajournal.com/archives/280.php#comment-60525</link>
		<dc:creator>Chris Brunner</dc:creator>
		<pubDate>Sun, 19 Apr 2009 01:46:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.muditajournal.com/archives/000280.php#comment-60525</guid>
		<description>Everything here has worked wonderfully, so thank you.

My only problem is that your version of mt.php doesn&#039;t include a way to import a local file, and my mt-export.txt file is 26MB.

So, I&#039;ll have to either adjust my timeout values and try to upload my file through the web interface or code that functionality back into mt.php.

In any case, you may want to modify your post to warn people of this.</description>
		<content:encoded><![CDATA[<p>Everything here has worked wonderfully, so thank you.</p>
<p>My only problem is that your version of mt.php doesn&#8217;t include a way to import a local file, and my mt-export.txt file is 26MB.</p>
<p>So, I&#8217;ll have to either adjust my timeout values and try to upload my file through the web interface or code that functionality back into mt.php.</p>
<p>In any case, you may want to modify your post to warn people of this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martine</title>
		<link>http://www.muditajournal.com/archives/280.php#comment-60465</link>
		<dc:creator>Martine</dc:creator>
		<pubDate>Sat, 07 Feb 2009 20:25:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.muditajournal.com/archives/000280.php#comment-60465</guid>
		<description>Thanks anyway for your answer! In case this can help someone else: just after posting my question, I tried some kind of desperate move... I reimported again using the original mt.php. Guess what? It worked: the comments got associated to the original posts, preserving the ID that previously was imported with your modified mt.php script. 

The only problem now: the Dashboard seems to have lost the capability to count the posts. It shows &quot;0 post&quot;, even though the posts are there, published, and are counted in category listings. 

Even new posts aren&#039;t counted: the Dashboard always shows 0. I just don&#039;t know if this is an issue that could lead to further problems... :-(</description>
		<content:encoded><![CDATA[<p>Thanks anyway for your answer! In case this can help someone else: just after posting my question, I tried some kind of desperate move&#8230; I reimported again using the original mt.php. Guess what? It worked: the comments got associated to the original posts, preserving the ID that previously was imported with your modified mt.php script. </p>
<p>The only problem now: the Dashboard seems to have lost the capability to count the posts. It shows &#8220;0 post&#8221;, even though the posts are there, published, and are counted in category listings. </p>
<p>Even new posts aren&#8217;t counted: the Dashboard always shows 0. I just don&#8217;t know if this is an issue that could lead to further problems&#8230; <img src='http://www.muditajournal.com/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joshua Zader</title>
		<link>http://www.muditajournal.com/archives/280.php#comment-60464</link>
		<dc:creator>Joshua Zader</dc:creator>
		<pubDate>Sat, 07 Feb 2009 20:05:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.muditajournal.com/archives/000280.php#comment-60464</guid>
		<description>Martine,

Unfortunately, I don&#039;t have any ideas.  :-(  It&#039;s been three years since I worked on the import script, so I&#039;m surprised it still works at all!

Hopefully someone who knows PHP can help you update the script to suit your purposes.

If anyone does create an updated version of the script, let me know here and I&#039;ll post a prominent link.

Joshua</description>
		<content:encoded><![CDATA[<p>Martine,</p>
<p>Unfortunately, I don&#8217;t have any ideas.  <img src='http://www.muditajournal.com/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' />   It&#8217;s been three years since I worked on the import script, so I&#8217;m surprised it still works at all!</p>
<p>Hopefully someone who knows PHP can help you update the script to suit your purposes.</p>
<p>If anyone does create an updated version of the script, let me know here and I&#8217;ll post a prominent link.</p>
<p>Joshua</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martine</title>
		<link>http://www.muditajournal.com/archives/280.php#comment-60463</link>
		<dc:creator>Martine</dc:creator>
		<pubDate>Sat, 07 Feb 2009 12:53:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.muditajournal.com/archives/000280.php#comment-60463</guid>
		<description>Hello! I know it&#039;s been a long time since you wrote this, but maybe you&#039;ll be able to help. 

All goes well for me until I get to the importing part, with the  mt.php modified script. In my case, the entries import fine, it&#039;s the comments  that don&#039;t show up! They imported just fine with the original mt.php script.

Any thoughts on this? I have many years of blogging in archives. Preserving my permalinks is crucial... but also the comments people took time to write over the years...</description>
		<content:encoded><![CDATA[<p>Hello! I know it&#8217;s been a long time since you wrote this, but maybe you&#8217;ll be able to help. </p>
<p>All goes well for me until I get to the importing part, with the  mt.php modified script. In my case, the entries import fine, it&#8217;s the comments  that don&#8217;t show up! They imported just fine with the original mt.php script.</p>
<p>Any thoughts on this? I have many years of blogging in archives. Preserving my permalinks is crucial&#8230; but also the comments people took time to write over the years&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TBOTCOTW &#187; Blog Archive &#187; Ch-Ch-Ch-Changes!</title>
		<link>http://www.muditajournal.com/archives/280.php#comment-60227</link>
		<dc:creator>TBOTCOTW &#187; Blog Archive &#187; Ch-Ch-Ch-Changes!</dc:creator>
		<pubDate>Fri, 21 Mar 2008 17:55:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.muditajournal.com/archives/000280.php#comment-60227</guid>
		<description>[...] migration was not especially difficult, but I did have to follow these directions to make MT print the EntryIDs in the export file, and to make WP read and use them when importing. [...]</description>
		<content:encoded><![CDATA[<p>[...] migration was not especially difficult, but I did have to follow these directions to make MT print the EntryIDs in the export file, and to make WP read and use them when importing. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Lapin</title>
		<link>http://www.muditajournal.com/archives/280.php#comment-60200</link>
		<dc:creator>Daniel Lapin</dc:creator>
		<pubDate>Wed, 05 Mar 2008 19:42:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.muditajournal.com/archives/000280.php#comment-60200</guid>
		<description>I tried your fix (replacing the mt import file with your version) but it did not work. The weird problem I am having is that all of the comments import correctly, and I even get the &quot;Have Fun&quot; message at the bottom of the list of posts, but the posts do not show up! However, when I look at the comments and click on a post name, the post appears as it would normally. I don&#039;t get it. 

I have tried reinstalling everything but to no avail. And when I re-import, I get a list of the posts with a notation at the end of each name that it &quot;already exists.&quot;

Weird, huh!

Any suggestions?

Thanks.</description>
		<content:encoded><![CDATA[<p>I tried your fix (replacing the mt import file with your version) but it did not work. The weird problem I am having is that all of the comments import correctly, and I even get the &#8220;Have Fun&#8221; message at the bottom of the list of posts, but the posts do not show up! However, when I look at the comments and click on a post name, the post appears as it would normally. I don&#8217;t get it. </p>
<p>I have tried reinstalling everything but to no avail. And when I re-import, I get a list of the posts with a notation at the end of each name that it &#8220;already exists.&#8221;</p>
<p>Weird, huh!</p>
<p>Any suggestions?</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Giornale</title>
		<link>http://www.muditajournal.com/archives/280.php#comment-60190</link>
		<dc:creator>Giornale</dc:creator>
		<pubDate>Sun, 24 Feb 2008 15:26:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.muditajournal.com/archives/000280.php#comment-60190</guid>
		<description>..thanks a lot for the useful post!</description>
		<content:encoded><![CDATA[<p>..thanks a lot for the useful post!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam</title>
		<link>http://www.muditajournal.com/archives/280.php#comment-49233</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Fri, 08 Jun 2007 15:40:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.muditajournal.com/archives/000280.php#comment-49233</guid>
		<description>I think the file to alter in the Bonus section of Step 5 has changed to wp-includes/link-template.php</description>
		<content:encoded><![CDATA[<p>I think the file to alter in the Bonus section of Step 5 has changed to wp-includes/link-template.php</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced)

Served from: www.muditajournal.com @ 2012-02-11 09:04:09 -->
