Moving From Blogger to WordPress Without Downtime

How To Move From Blogger to Wordpress Without Downtime

If you’re a Blogger user who has been considering making the jump to a self-hosted install of WordPress, it can seem a little intimidating if you don’t know where to begin. With hosting, transferring posts from Blogger to WordPress, and launching it without downtime, there are a lot of bases to cover.


Luckily, with a little time and patience you can absolutely do this yourself without having to pay someone else to do it for you. I’ve compiled this guide that will walk you through each step from beginning to end so that you can feel confident making the switch without issues.


Before you begin


Before you begin, you will need to set up web hosting. This is where the self-hosted WordPress blog will be installed and all of your site content kept. I recommend using Bluehost (my own host and recommended partner), because they are super affordable, reliable, and you also get a great deal for just $3.49/month (paid annually) if you purchase through my site. Click here to sign up for web hosting to get started. (note: this includes an affiliate link so I am able to offer you this exclusive price)


click-for-hostingOnce you click on the image above, click on the green Get Started button on their site to choose your hosting package. After choosing your hosting package, you should see this screen:


If you’ve set up Blogger with your own custom domain already, you won’t need to register another new when you sign up for hosting. Instead, just choose “I have a domain name” option. If you don’t have a custom domain already, Bluehost offers a totally free domain name, just enter your choice in the New Domain field and continue through the registration process. Their system will check to see that it’s available, but if not you’ll have to choose another.

Immediately after signing up and submitting your details, your account will be created. You’ll receive an email from Bluehost to confirm and you are now able to access your account where we will set up WordPress in a snap!


 


Installing WordPress


Once you have your new hosting account information, sign into your Bluehost account through their control panel.


Find the option in your control panel that says Install WordPress and click the icon to start the process.


On the next page, choose Install:



Select the domain name you want to install WordPress to. This should be the domain name you registered with during signup. Leave the “directory” box blank to install into the root of the site, or enter a folder name, like “blog” to install into a “blog” directory. That means that your blog would be accessed through www.yourdomainname.com/blog instead of just www.yourdomainname.com.



Select “Show Advanced” and enter a blog name and your admin login credentials. You will use these to login to WordPress to post. Choose something other than “admin” for security purposes.



Click Install Now and WordPress will install to your hosting account.


If you are using the same custom domain that you’ve used on Blogger, you will need to use a temporary URL to work on and access your new WordPress site as it will still currently be active on your Blogger site. Otherwise, if you’ve signed up for a new domain through Bluehost, you can just work with that URL as there’s no need to do anything “behind the scenes” when nobody knows your new URL yet! You can skip down to “Making The Transition” if this is you.


 


Configuring WordPress and Temporary URLs


Your login page for the WordPress dashboard would usually be www.yourdomainname.com/wp-admin, using the username and password you chose during install, however, if you’re using the same domain as you’re using on Blogger, this URL won’t work yet as it’s still attached to your Blogger account and you’ll likely get an error page trying to access it. Instead, you’ll need to use your temporary URL which we will find now.


If you go back to the main page of your Bluehost control panel and click on cPanel at the top, you will see some information in the sidebar. You may need to click on the “Expand Stats” link.


You want to find the “Shared IP address” line which will look something like 69.195.124.111 (although it could be different). This IP address is the location of your site on their server. To use your temporary URL, you would simply use the IP address and your Bluehost username that was emailed to you when you signed up. You can also see this in the same sidebar panel under the “Username” heading. The URL you create with this information should look something like this, with a swirly hyphen before the username:


https://69.195.124.111/~yourusername


You’ll need to set this URL as your WordPress Home URL and Site URL so you can access your WordPress dashboard properly. To do that, in your Bluehost cPanel still, click on the File Manager icon.



  1. A popup will appear before it launches. Select “Document Root For – your domain name”

  2. You should see a file called wp-config.php. Click on that then click Edit at the top.

  3. Add the following code on a new line directly after <?php at the top:
    define('WP_HOME','https://69.195.124.111/~yourusername');
    define('WP_SITEURL','https://69.195.124.111/~yourusername');

  4. Be sure to use your OWN temporary URL that you figured out a moment ago.

  5. Save the file


Now, to login to your WordPress admin dashboard, you’d just use the temporary URL instead:


https://69.195.124.111/~yourusername/wp-admin


This temporary URL will allow you to make edits to WordPress before launching it.


 


Making the Transition


Now you can start making the move from Blogger to your new WordPress site! First, you’ll want to update your WordPress permalinks to match the way the links of your posts are formatted in Blogger. This simply means that if somebody visits a blog post of yours at www.yoursite.com/2015/10/name-of-post.html, they will not receive any “Page not found” errors due to the URLs being different on WordPress.



  1. In your WordPress dashboard, go to Settings then Permalinks.

  2. Choose the Custom Structure option and in the textbox enter: /%year%/%monthnum%/%postname%.html

  3. Save the settings.


Importing Blogger Posts


Now you’ll want to import your Blogger posts, images, comments, and more.



  1. In your WordPress dashboard, go to Plugins then Add New

  2. Search for the “Blogger Importer Extended” plugin and install it. Activate it when it’s installed.

  3. Start the importer (Plugins > Blogger Importer Extended “Start” link under the title)

  4. It will ask you to login to your Blogger account and authorize access. Do this then choose the blog you want to import.

  5. Follow through the steps to import your content. Depending on the amount of content you have, it may take a while.


Fixing Permalink Errors


Next, you’ll want to install another plugin that will help fix any permalink errors resulting in “page not found” issues.



  1. Click here to download the Maintain Blogger Permalinks plugin.

  2. Go to Plugins then Add New and then Upload Plugin

  3. Upload the .zip file you downloaded and activate it

  4. Under Tools, Maintain Blogger Permalinks, click the button that says “Maintain Blogger Permalinks”

  5. That’s it! Deactivate the plugin and you can delete it if you like as well.


 


Redirecting old Blogger URLs


Since Blogger uses a different URL structure for pages than WordPress does, you’ll need to set up custom redirects for any pages you have set up.



  1. In the dashboard, go to Plugins then Add New

  2. Search for “Eggplant 301 Redirects” plugin, install, and activate

  3. Under Tools > EPS Redirects you will enter the pages you want redirected

  4. Type the original Blogger URL structure (for example: “p/about.html”) and redirect it to your newly imported WordPress page with matching content.

  5. Save.


Removing Blogger Mobile Extensions


Finally, you’ll want to redirect the mobile Blogger URLs to your WordPress site. Since Blogger uses the extension ?m=1 at the ending of any mobile link, accessing the same link in WordPress will result in an error page. We want to tell WordPress to remove that extension and redirect it to the proper (non-mobile) page instead. Assuming you have a responsive theme. this should work great for you.


This step requires you to edit your .htaccess file on your server. You can find this file by logging into your Bluehost control panel, selecting cPanel at the top, and then launching the File Manager (under File Management).



  1. A popup will appear before it launches. Select “Document Root For – your domain name” and be sure to check “show hidden files”,

  2. You should see the .htaccess file there. Click on it and then choose Edit.

  3. Directly above the “# BEGIN WordPress” line, insert the following lines of code:
    RewriteEngine On
    RewriteCond %{QUERY_STRING} ^m=1$
    RewriteRule (.*) $1? [R=permanent]

  4. Save the file.


 


When you are ready to launch


Once you’re done customizing your blog and getting everything looking great, you’ll want to launch it! If you used a temporary URL to build the site, you’ll now want to change the WordPress default URL to your custom domain. To do this, simply remove the two lines of code you previously added to wp-config.php (see above).


The next step for you is to set the nameservers of your domain name to Bluehost to move it away from Blogger. Login to the place where you originally registered your domain name and find the page that allows you to edit the DNS or the Nameservers. You’ll want to remove what’s there (reset it if you can) and then enter the new nameservers. For Bluehost they are:


NS1.BLUEHOST.COM
NS2.BLUEHOST.COM


DNS changes can take up to 48 hours to apply, so keep checking your site URL to see if the switch has happened.


If you didn’t have a custom domain before this and were using a blogspot URL, you will want to instead redirect your blog to your new domain. To redirect visitors from your Blogger blog to your new custom domain WordPress blog, go to Plugins and Add New. Search for Blogger 301 Redirect and install the plugin. Activate it and follow the instructions in the plugin to set up your redirection.


 


Migrating Disqus comments to WordPress



  • Install Disqus WordPress plugin and set it up

  • In your dashboard go to Comments > Disqus > Plugin Settings (top right).

  • Under Import and Export click the Sync Comments button


Note: You’ll want to be sure your permalink structure is the same in WordPress as it was in Blogger or Disqus comments might be missing from posts. If you completed the steps above, all should be good.


I hope this guide as helpful and you were able to easily transition your blog from Blogger to WordPress without issues!


The post Moving From Blogger to WordPress Without Downtime appeared first on I Can Build a Blog.


Source: Html and CSS tutorial