Converting from Blogger to Wordpress
- Allot of hard work
- Leaving the old familiar Blogger tool
- Learning Wordpress
- Trying to convert my old Feedburner readers to my new domain
- Making the shift without too much traffic loss
Luckily most of my traffic are from referring sites, so I guess with a little work and a couple of emails, I could redirect much of the traffic over to ISerialized.com. Beyond the statistical facts, what are my lessons learned from these last couple of days?!
Wordpress automatic import from Blogger
I never managed to use the import functionality in Wordpress! It allways ended with the following error:
Could not connect to https://www.google.com
There was a problem opening a secure connection to Google. This is
what went wrong:Unable to find the socket transport "ssl" - did you forget to enable
it when you configured PHP? (19511112)Thank you for creating with WordPress | Documentation | Feedback |
Version 2.9
I investigated the problem, but never found a good solution. Some blogs claimed I had to do some recompilation of PHP with SSL, but this was out of my reach as I use Web10 for hosting .
Import through Wordpress export file
Actually, this is what I ended up with, and it worked rather good importing posts, tags, dates, published by and comments. The following steps are needed:
- Go to settings in Blogger
- Export your blog (exported as XML)
- Convert your Blogger export file to Wordpress export format on this page: http://blogger2wordpress.appspot.com/
- The following file will be created: wordpress-wxr.htm
- Import the converted from in Wordpress in Tools->Import->Wordpress
- Convert your Blogger user to a new Wordpress user
Then all your posts, comments and tags are published on your Wordpress blog, and you can start tweaking!
Post conversion steps
Once you have the posts publised, there are a couple of things to notice:
- Most likely all your code segments (if you have any) will need to be reformatted from scratch. Please see my related post on how to format code segments in Wordpress
- Bullet points and numbered lists destroys your formatting. In many cases the rest of the blog text will be of type Format and not Paragraph, so you need to go through your posts and reformat
- Pictures are not physically copied, only linking to the location on Blogger (or wherever you put your original pictures)
- All links from one blog post to another must manually be updated to your new URLs
- "Read more"/More tags from Blogger doesn't work on Wordpress
One step further
In addition, I have also done the following steps:
- Adding permalinks: Update .htaccess to add more readable URLs. Configured in Wordpress under Settings->Permalinks
- Installed the All In One CEO plugin to make posts more search engine friendly
- Feed redirection in Feedburner, as described here
- Webmaster verification, described here
- Add information on my old blog, that it has been moved to a new location.
I'll post an update in a couple of week when I see how what Google Analytics statistics look like

March 11th, 2010 - 20:56
Welcome to the WordPress world
I guess what you meant to say is that you should’ve recompiled *PHP* with ssl support
It’s much like missing a required DLL for a .NET application.
March 11th, 2010 - 21:30
Yes Trond! When you mention it I guess you’re right! Still, its out of my reach as I don’t control these files on the Web10 hotell…
That said, I’m very impressed with Wordpress! I’ve come further in 24 hrs with Wordpress than 24 months with Blogger
March 12th, 2010 - 07:10
Thanks Trond for the clarification on PHP and SSL. I’ve updated the post with a better description!