Blogger to WordPress Part 2 – Feeds, Re-directs & Permalinks

By

This part of the Blogger to WordPress post deals with some of the things you generally have to take care of just after you have moved to WordPress from Blogger.

Generally all three of the things mentioned in the title (Feeds, Re-directs and Permalinks) should be done by modifying the htaccess file. It can also be done via plug-ins but you may encounter errors and problems as these plug-ins aren’t very efficient. It is advised to perform these changes via the htaccess file. You can scroll down to download the modified htaccess file with all the changes. All you’ll need to do is replace ‘yoursite’ and the other ‘easy-to-understand’ with values which fit your site.

Feeds

Changing your Feed URL is not as easy as changing a field in the settings as in Blogger. In WordPress you will have to modify your htaccess file to redirect your Feed to your custom Feed URL, which is generally Feedburner. First of all you will need to open your htaccess file which would be in the parent directory of where your blog is, if it is in yoursite.com/blog your file would be there.

You can get a fully-functional code editor (Recommended) to modify your file from here.

Once you open the htaccess file you’ll need to add this piece of code to the top of the file:

“Redirect temp feedpath newfeedurl

Feedpath – you can get this from your current feed URL, this would be in your ‘subscribe’ link of your blog. For example in Computer Realm this path is http://computer-realm.net/feed/. This alone is not the feed path, you will only need the part after the URL which is in this case “/feed/”.

NewFeedUrl – this is your new feed path which if it was burned from Feedburner it would be feeds.feedburner.com/yourname. In Computer Realm it would be feeds.feedburner.com/computer-realm.

Once you retrieve all these values it should be something like this:

“Redirect temp /feed/ http://feeds.feedburner.com/computer-realm”

Once you modify the htaccess file your feeds will now be re-directed to your new feed URL.

Permalinks

Once your feeds have been setup you might want to change your Permalink structure. By default all your links would be ugly as in the form of ‘yoursite.com/?p=[number], changing it to a form which includes your post’s title offers many benefits, a few of which are it helps in SEO and provides more relevant ads if you use contextualized advertising. To change your permalink structure goto Options > Permalinks and select your Permalink structure. If you want to re-direct your Blogger posts to WordPress ( below). You’ll have to select Custom structure and put “/%postname%/” in there. This is also an excellent structure, which is in the form of “yoursite.com/yourpost”. Once you have done this you might be getting 404’s for all your posts except for the home page, to get around this problem replace your htaccess file with this:

# BEGIN WordPress

<IfModule mod_rewrite.c>
ErrorDocument 404 /index.php?error=404
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# END WordPress

If you have edited the htaccess file to re-direct your feeds you should leave that part of the htaccess file.

Re-directs

First of all, you can only do this if you moved from a Blogger custom domain. Sorry BlogSpot readers!

Once you have taken care of your feeds and permalinks you’ll probably want to redirect all your Blogger posts to your new WordPress posts. I found this at BlogBloke:

RedirectMatch permanent ^/[0-9]{4}/[0-9]{2}/([a-z0-9]+) http://yoursite.com/$1

This will only work if your Permalink structure is in the form of “/%postname%/”

All in one

Well, to make things easier I decided to upload an htaccess file with all the changes made. All you’ll need to do is open the file with PSPAD or a similar code editor. Replace your site with your website’s name and replace the other corresponding values like ‘feedpath’ and ‘feedURL’ with your values. (Refer above to see what these variables mean).

Download File

People who read this post also read:

  • Blogger to WordPress Part 3 – Plug-ins to get you started
  •  

  • Blogger to WordPress
  •  

  • Blogger To WordPress Part 1 – Keeping it simple
  •  

  • How to display recent posts in Blogger
  •  

  • How to Change your WordPress Favicon
  •  

     

    Did you like this article?

     

    Please Share This Article:

    http://www.computer-realm.net/wp-content/plugins/sociofluid/images/digg_48.png http://www.computer-realm.net/wp-content/plugins/sociofluid/images/reddit_48.png http://www.computer-realm.net/wp-content/plugins/sociofluid/images/stumbleupon_48.png http://www.computer-realm.net/wp-content/plugins/sociofluid/images/delicious_48.png http://www.computer-realm.net/wp-content/plugins/sociofluid/images/technorati_48.png http://www.computer-realm.net/wp-content/plugins/sociofluid/images/google_48.png http://www.computer-realm.net/wp-content/plugins/sociofluid/images/facebook_48.png http://www.computer-realm.net/wp-content/plugins/sociofluid/images/twitter_48.png

      Subscribe for future updates for free by RSS or Email

    About The Author

    is a Software Developer and the main writer behind Computer Realm.

    6 Comments so far
    1. Computer Realm | Hmmm…Glad that’s over! February 23, 2008 5:17 am

      [...] that part because you will no longer be having 404’s for the previous URL’s by Blogger. Read Blogger to WordPress – Part 2 to find out how this is [...]

    2. [...] This automates the process of editing the htaccess file to re-direct to your custom feed URL, in this case Feedburner only; it does this by replacing the URL to the site feed URL with the Feedburner URL. It does conflict with the re-direct code in your htaccess file which is described in Blogger to WordPress Part 2. [...]

    3. Computer Realm | Blogger to Wordpress February 23, 2008 6:21 am

      [...] Feeds, Re-directs and Permalinks – this takes care of initial things which you’ll probably have to do once your new WordPress [...]

    4. [...] Blogger to WordPress Part 2 [...]

    5. [...] Blogger to WordPress Part 2 Feeds Re directs amp Permalinks Posted by root 15 hours ago (http://www.computer-realm.net) Powered by feedburner leave a comment below and get a backlink and commentluv feb 23 2008 computer realm blogger to wordpress part 3 plug ins to get you started feb 23 2008 computer realm blogger to wordpress Discuss  |  Bury |  News | Blogger to WordPress Part 2 Feeds Re directs amp Permalinks [...]

    6. Blogger to Wordpress Part 2 Feeds Re directs amp Permalinks | low cost car insurance June 17, 2009 10:05 am

      [...] Blogger to WordPress Part 2 Feeds Re directs amp Permalinks Posted by root 29 minutes ago (http://www.computer-realm.net) Generally all three of the things mentioned in the title feeds re directs and hours ago http www computer realm net powered by feedburner leave a comment below and get water powered cars 1 computer service st pete 1 Discuss  |  Bury |  News | Blogger to WordPress Part 2 Feeds Re directs amp Permalinks [...]

    Leave a Comment

    If you would like to make a comment, please fill out the form below.

    Any "names" that are keywords will be deleted.

    Name (required)

    Email (required)

    Website

    Comments

    Terms & Privacy | Copyright (c) 2012 Luqmaan Ameen, - WordPress Themes by DBT