WordPress Blogger Importer Plugin Issue: Publishes Articles Saved as Drafts

I’ve noticed in processing the last few Blogger to WordPress migrations for clients that their draft articles are being processed into WordPress as “published” which makes them accessible by readers rather than saved privately in the back end of the site for completion.

After doing some research, I have found that the problem is within the plugin that performs the import itself — the function isDraft was returning a perpetual “false” statement because of an incorrect schema used for parsing the Blogger XML. In order to fix this glitch, you’ll need to open the file blogger-importer-blogitem.php within the Blogger Importer plugin and change the following:

from:

define('SIMPLEPIE_NAMESPACE_ATOMPUB', 'http://www.w3.org/2007/app');

to:

define('SIMPLEPIE_NAMESPACE_ATOMPUB', 'http://purl.org/atom/app#');

Make sure you replace the entire string and that you keep the second string completely intact, including the hash symbol at the end of “app” in order for this to work properly. Importing using the plugin after making this modification should return published, scheduled, and draft articles appropriately.

As always, if you are not comfortable making these changes or would like assistance, contact us for assistance!

One Response Comment

Leave A Comment

Please enter your name. Please enter an valid email address. Please enter a message.

Contact Us Today!

Complete the form below to receive a no-obligation quote!


    Name (required):
    Email (required):
    Web Address:
    Reason for contact:
    Who referred you?
    Additional information:

    Click here to confirm that you are human :)

    Subscribe via Email!

    * indicates required
    Powered by MailChimp

    Connect!