Switch to Wordpress
Well that was painless. At least the basics. I switched to wordpress using Blogger RSS Import since I was using the new Blogger and wordpress says it doesn’t support it (although I didn’t look around to see if it would work).
Simple really.
- switched my Blogger to publish on blogspot
- deleted all the files on my server
- wrote a quick index.html to say I was switching
- setup wordpress using Fantastico
Changed permalink structure to match blogger: /%year%/%monthnum%/%postname%.html- Activated Aksimo spam killer
- installed Blogger RSS Import.
- Imported.
The only issues I see are:
- It doesn’t copy comment info (email addresses etc) - no big deal for me since I only have a few comments
- I have to come up with a new theme and install anything else I had on blogger (Analytics etc)
Overall I’m happy. Just have to work on the theme now.
Update: Decided to remove the .html on the permalink. Changed custom permalink to remove the .html. Added mod_rewrite rule: RewriteRule ^([0-9]{4})/([0-9]{1,2})/(.*)\.html$ http://www.nadacollar.com/$1/$2/$3/ [L,r=301]
|
|