<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Joshua Mauldin &#187; wordpress</title>
	<atom:link href="http://joshuamauldin.com/blog/tag/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://joshuamauldin.com/blog</link>
	<description>A blog where technerdery, design and startup-related articles abound.</description>
	<lastBuildDate>Wed, 05 May 2010 22:27:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='joshuamauldin.com' port='80' path='/blog/?rsscloud=notify' registerProcedure='' protocol='http-post' />
		<item>
		<title>Blogger to Wordpress Import Workaround</title>
		<link>http://joshuamauldin.com/blog/2009/05/blogger-to-wordpress-import-workaround/</link>
		<comments>http://joshuamauldin.com/blog/2009/05/blogger-to-wordpress-import-workaround/#comments</comments>
		<pubDate>Wed, 13 May 2009 22:24:41 +0000</pubDate>
		<dc:creator>Josh</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://joshuamauldin.com/blog/?p=431</guid>
		<description><![CDATA[I&#8217;ve been working on a project for a new client and was asked to move their Blogger entries to the new Wordpress installation. While there is an option to do this directly from Wordpress, it does not currently work with version 2.7.1. To make it work, here&#8217;s a solution I found and wanted to explain [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been working on a project for a new client and was asked to move their Blogger entries to the new Wordpress installation. While there is an option to do this directly from Wordpress, it does not currently work with version 2.7.1. To make it work, here&#8217;s a solution I found and wanted to explain a bit more:</p>
<ul>
<li>Open your favorite FTP program and navigate to where you host your Wordpress installation.</li>
<li>Once you&#8217;re there, navigate to wp-admin/includes/blogger.php and edit that file.</li>
<li>Look at line 918. It should say <code>$parser = xml_parser_create_ns();</code></li>
<li>Change that line of code to the following: <code>$parser = xml_parser_create();</code> (You&#8217;re basically removing the <code>_ns</code> from there)</li>
<li>Save your changes and try to import your entries again. Should work like a charm!</li>
</ul>
<p><a href="http://wordpress.org/support/topic/200104?replies=16#post-1070699">Here&#8217;s where I found the solution.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://joshuamauldin.com/blog/2009/05/blogger-to-wordpress-import-workaround/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
