- Importing Blogger Entries Into WordPress
- Completed importing all posts from blogger to wordpress.
-
Import script creates new user(s). I merged all users into one using mysql script:
UPDATE wp_posts SET post_author = 1 WHERE post_author = 2
UPDATE wp_posts SET post_author = 1 WHERE post_author = 2