WordPress Migration Advice
22-Jul-06
If you’re looking to move to WordPress like I am, but do not spend a lot of time with PHP or CSS, let me offer you some good advice about moving your template.
1) Take your Blogger template and copy out the juicy CSS parts to a file called mytheme.css. Doing so will help you preserve your color scheme.
2) On your WordPress host account, create a directory in the /wp-content/themes directory called /mytheme. Copy the CSS file into that directory.
3) Find a theme you like in WordPress that you are willing to spend hours modifying to your liking. This means if you want a 3-column layout, find a 3-column theme.
4) Copy all the files from that theme’s directory into your /mytheme directory.
5) Go into WordPress GUI and look at the themes. It should now display one for your called mytheme.
6) From there, you should be able to alter/diddle with your CSS and PHP to get your layout similar to what you had before in Blogger.
I am in the process of doing this now, and really, I am both and idiot and a genius for copying out the CSS information from Blogger into WordPress. I should have stared at some other people’s source code more diligently before deciding to do this. But no, I had to hack about for hours on my own. (Where my coffee?!)
All in all, I can see the power of WordPress, but I am very very frustrated as well.