Skip to content

A php script that transforms a blogger export xml file in a Wordpress import xml file.

Notifications You must be signed in to change notification settings

ldaguise/overblog-to-wordpress-xml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Overblog xml to Wordpress xml

Export your Blogger blog thanks to the premium feature. Then, download this script and run it like that :

php transform_overblog.php export.xml http://my-blog.com lucile@evhell.fr ldaguise Ldaguise non-classe

Arguments

  • export.xml : the xml file to transform
  • http://my-blog.com : the blog URL
  • lucile@evhell.fr : the Wordpress superadmin mail
  • ldaguise : the Wordpress superadmin login
  • Ldaguise : the Wordpress superadmin display name
  • non-classe : the category name where Wordpress put posts without categories

Info

This script doesn't dowload files to the media library. You can use Import External Image plugin to do it after importing the transformed XML file. I also used Auto Post Thumbnail to assign a thumbnail to each post.

About

A php script that transforms a blogger export xml file in a Wordpress import xml file.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages