Uploading Blogger Xml File to Wordpress Using Xml Importer

How to Import Blogger to WordPress (With Images)

by Waseem Abbas on June 8, 2017

Exercise yous want to switch to WordPress from Blogger with all your content and images? You may accept started with Blogger and wondering to expand the reach of your audition by moving to a better platform like WordPress. In this tutorial, we will share how to import Blogger to WordPress with images.

When you grow in your blogging career, you look for a software that is flexible in features to fulfill all your writing needs. Blogger is a expert platform to starting time with, simply WordPress allow you lot savour the tons of themes and plugins for a complete blogging solution.

To import Blogger to WordPress with images, yous'll demand to follow these half-dozen steps:

  • Step 1. Create a new WordPress blog
  • Step 2. Backup Blogger and import it to WordPress
  • Step 3. Full general WordPress permalink settings
  • Pace iv. Redirect your Blogger visitors to WordPress
  • Step five. Redirect your RSS feeds from Blogger to WordPress
  • Step six. Import external images in WordPress

Ready to get started? Permit's get!

Step 1: Create a New WordPress Blog

To create your ain WordPress blog, the kickoff thing that y'all need is a web hosting. Saving your time on enquiry, we recommend you to choose any one hosting company from Bluehost and Hostgator. Both are managed WordPress hosting companies and reliable for your new blog.

Side by side you should add your domain to the hosting account and setup WordPress. To learn about WordPress installation, check out this stride past step guide on how to install WordPress.

After setting upward your weblog, you can import Blogger to WordPress with images.

Step two: Fill-in Blogger and Import information technology to WordPress

Since y'all demand to import Blogger to WordPress with images, get ahead and login to your Blogger account.

In this dashboard, y'all should become to Settings » Others and click on the Back up Content button.

Backup Content

A dialog box will popup where you need to hit the Relieve to your computer button.

Save to Computer

It volition export an XML file to your computer that you tin can use to consign Blogger to WordPress.

Next you should login to your WordPress admin and get to Tools » Import. In that location are multiple importers available, and you need to click on Install Now link beneath Blogger.

Install Blogger Importer

A success message will announced on the summit of the folio. Next you should click on the Run Importer link below Blogger.

Run Importer

It will redirect you to a new folio where you tin can upload the XML file that you exported from Blogger and click on the Upload file and import button.

Upload file and Import

Your Blogger content will successfully transferred to WordPress.

In case, if your XML file size is larger than your default upload size in WordPress, and then you need to request your hosting visitor to increase the upload file size limit.

Next you need to assign your manufactures to a user in WordPress. (Note: If in that location'due south no user, then you lot tin can create one)

Assign User

One time yous are done with assigning user to manufactures, you lot can go ahead and fix URL structure in WordPress.

Step 3: General WordPress Permalink Settings

You demand to make sure that your WordPress URL structure is similar to Blogger. To manage URL structure in WordPress, y'all demand to get to Settings » Permalinks from admin and select Calendar month and Proper noun.

Permalink Structure

Adjacent, you should setup link redirection in Blogger.

Step 4: Redirect Your Blogger Visitors to WordPress

This redirection process has two stages:

  • Stage 1. Redirect Blogger visitors to your WordPress blog
  • Stage 2. Redirect visitors to the right link in WordPress

Phase i: Redirect Blogger Visitors to Your WordPress Weblog

To redirect your visitors, you demand to login to your Blogger account again and go to Template settings.

In these settings, you should simply go to Revert to classic templates and click on the Revert to classic template link.

Revert to Classic Template

On the next window, y'all demand to edit a few lines of code to replace

with your ain domain.

            <html>  <head>   <title><$BlogPageTitle$></championship>      <script>     <MainOrArchivePage>     window.location.href="http://instance.com/"     </MainOrArchivePage>     <Blogger>      <ItemPage>      window.location.href="http://example.com/?blogger=<$BlogItemPermalinkURL$>"      </ItemPage>     </Blogger>    </script>      <MainPage>    <link rel="canonical" href="http://instance.com/" />    </MainPage>      <Blogger>     <ItemPage>     <link rel="approved" href="http://instance.com/?blogger=<$BlogItemPermalinkURL$>" />     </ItemPage>    </Blogger>  </head>    <body>   <MainOrArchivePage>    <h1><a href="http://example.com/"><$BlogTitle$></a></h1>   </MainOrArchivePage>   <Blogger>    <ItemPage>     <h1><a href="http://example.com/?blogger=<$BlogItemPermalinkURL$>"><$BlogItemTitle$></a></h1>     <$BlogItemBody$>    </ItemPage>   </Blogger>  </body> </html>        

After making your changes, yous should click on the Save button.

Stage 2: Redirect Visitors to the Correct Link in WordPress

Adjacent you need redirect your visitors on the right article in WordPress. To set this redirection, merely go to Functions.php file of your WordPress theme and add the following lawmaking:

            part blogger_query_vars_filter( $vars ) {   $vars[] = "blogger";   return $vars; }    add_filter('query_vars', 'blogger_query_vars_filter');    function blogger_template_redirect() {   global $wp_query;   $blogger = $wp_query->query_vars['blogger'];   if ( isset ( $blogger ) ) {     wp_redirect( get_wordpress_url ( $blogger ) , 301 );     exit;   } }    add_action( 'template_redirect', 'blogger_template_redirect' );    office get_wordpress_url($blogger) {   if ( preg_match('@^(?:https?://)?([^/]+)(.*)@i', $blogger, $url_parts) ) {     $query = new WP_Query (        array ( "meta_key" => "blogger_permalink", "meta_value" => $url_parts[ii] ) );     if ($query->have_posts()) {        $query->the_post();       $url = get_permalink();      }      wp_reset_postdata();    }    return $url ? $url : home_url(); }        

Using this code, you will be able to redirect your visitors from Blogger to WordPress on the same article. It also helps you to rank in the search engines.

Step 5: Redirect Your RSS Feeds From Blogger to WordPress

Now y'all should besides redirect your RSS Feeds from Blogger to WordPress. To add this redirection, you need to login to your Blogger account and get to Settings » Others.

Look for the Site Feed settings and add your WordPress RSS Feed URL in the Mail Feed Redirect URL selection.

Site Feed URL

Step 6: Import External Images in WordPress

Since you have used WordPress importer for Blogger, it must take imported all your content including images. However, if you still face errors then follow the instructions below, otherwise skip it:

To import images from Blogger to WordPress, yous need to go to Plugins » Add New and search for Import External Images plugin.

Import External Images Plugin

Click on the Install Now push button and so hit the blueish Activate button.

After activating the plugin, it will prove you the settings to import external images at Media » Import Images pick.

For further details, you should bank check out this guide on how to import external images in WordPress.

Merely utilise these images to create cute image sliders in WordPress. You tin also create archetype image sliders to appoint your visitors on your site.

That'due south all. We hope this tutorial has helped you to learn how to import Blogger to WordPress with images. You lot may also desire to check out our guide on how to import and consign Soliloquy image sliders and acquire about 25 legit ways to make money online with blogging.

If y'all like this tutorial, and so please follow us on Facebook and Twitter for more than free WordPress guides and resources.

rentasthims1991.blogspot.com

Source: https://soliloquywp.com/how-to-import-blogger-to-wordpress-with-images/

0 Response to "Uploading Blogger Xml File to Wordpress Using Xml Importer"

Postar um comentário

Iklan Atas Artikel

Iklan Tengah Artikel 1

Iklan Tengah Artikel 2

Iklan Bawah Artikel