WordPress

How to Properly Move Your Blog from Tumblr to WordPress

Published on 6. December, 2018

Do you want to move your Tumblr blog to WordPress? WordPress is the most powerful website builder and blogging platform in the world. I gives you complete freedom to build any type of website that you want. In this article, we will show you how to properly move your blog from Tumblr to WordPress.

Why You Should Move Your Tumblr Blog to WordPress?

WordPress is the most popular blogging platform in the world. It powers more than 32% of all websites on the internet.

To learn more about WordPress and what you can do with it, please see our complete WordPress review with pros and cons.

There are two types of WordPress. First, there is WordPress.com which is a hosted platform, and then there is WordPress.org also called self-hosted WordPress. To understand the difference, please see our comparison of WordPress.com vs WordPress.org.

We recommend using WordPress.org because it gives you the freedom to build any kind of website. It also gives you access to all powerful WordPress features out of the box.

Things You’ll Need to Move Tumblr to WordPress

To start with WordPress.org, you’ll need a domain name and a web hosting account.

We recommend using Bluehost. They are an officially recommended WordPress hosting provider, and one of the largest hosting companies in the world.

They are offering WHOOPS.ONLINE users a free domain name, free SSL Certificate, and discount on hosting. Basically, you can get started for $2.75 / month.

→ Click Here to Claim This Exclusive Bluehost Offer ←

If you can spend a little more, then we recommend SiteGround. They are also an officially recommended WordPress hosting service.

Note: Both Bluehost and SiteGround don’t allow hosting of adult content on their servers.

If your Tumblr blog contains adult content, then we recommend HostGator. They are also in our list of the top WordPress hosting companies.

Once you have purchased hosting, the next step is to install WordPress. Most hosting providers offer 1-click WordPress installation. If you cannot find the option, then ask your hosting company, and they will install WordPress for you.

Alternately, you can follow our step by step guide on how to install WordPress to do it yourself.

After installation, you’ll reach the WordPress dashboard screen which looks like this:

WordPress dashboard

Moving Your Content from Tumblr to WordPress

First, you need to visit Tools » Import page and click on the ‘Install Now’ button below Tumblr.

Installing Tumblr importer

WordPress will now fetch and install the Tumblr Importer tool for you. Once it is done, click on the ‘Run Importer’ link to continue.

Run Tumblr importer

On the next screen, you’ll need to provide OAuth Consumer and Secret keys. These keys allow your WordPress site to connect and import your content from Tumblr servers.

To get these keys, you need to click on the URL shown on the screen, which will take you to Tumblr website where you need to click on the ‘Register Application’ button.

Register app

Next, you need to fill in the ‘Application Name’, ‘Application Website’, ‘Application Description, and ‘Default Callback URL’ fields. All the rest can be left blank.

For the website and default callback URL fields, you need to your WordPress site’s full URL. You can use anything you want for the Application name and description.

Register application

Once you are done, click on the Register button at the bottom to continue.

Tumblr will now register the application and return you to the application dashboard. From here you can copy the consumer key. You need to click on the ‘Show Secret’ to reveal and copy the secret key.

Copy keys

You now need to go back to your WordPress admin area and go to Toools » Import page and run the importer again.

You can enter the keys you copied earlier in the importer settings and click on ‘Connect to Tumblr’ button.

On the next screen, you need to click on the ‘Authorize this application’ button.

Authorize application

This will take you to Tumblr where you will be asked to allow the app to connect with your account. Click on the Allow button to continue.

Allow app

Next, you’ll be redirected back to your WordPress site, and the importer will now show your Tumblr blogs. Simply click on the ‘Import this blog’ button next to the blog you want to import.

Import your Tumblr blog

The importer will now start importing your content from Tumblr to WordPress. This may take some time depending on how much content you have.

Once finished, you will see the success message.

Import finished

You can now visit the Posts and Pages sections of your WordPress blog to see your imported content.

You can also visit your WordPress website to see how the posts are displayed on your live website.

Redirecting Tumblr Visitors to Your New WordPress Blog

Now that you have imported the content, you would want your Tumblr visitors to be able to find your new blog.

To do this, you need to edit your Tumblr blog’s theme. First, go to the Tumblr settings page.

Tumblr Settings

After that click on your blog name to open its settings.

Select your blog

This will open your blog settings. On this screen, you need to click on the ‘Edit theme’ button to continue.

Edit theme

Next, you need to click on the ‘Edit HTML’ option under theme name. This will allow you to edit the HTML code of your Tumblr theme.

Edit HTML of your Tumblr theme

Tumblr will now show you the HTML code of the theme.

First, you need to paste this code snippet right after the <head> tag.

<!-- Inside head -->
<meta name="description" content="this is a legacy blog page, and will redirect to the same post on my new blog">
<script type='text/javascript'>
   var new_slug = window.location.pathname;
   var new_root = "https://example.com";
   var new_url = new_root + new_slug;
   document.write("<link rel="canonical" href="" + new_url + "">");
</script>

Don’t forget to replace the example.com with the actual URL of your new WordPress blog.

After that, you need to paste this second piece of code right after the <body> tag.

<!--Inside of <body> -->
<script type='text/javascript'>
    window.location = new_url;
</script>

You can now click on the ‘Update Preview’ button and then click on the ‘Save’ to store your settings.

This code will send your Tumblr visitors to your WordPress site. However, users coming to a specific page or post will see a 404 error. That’s because the URL format of Tumblr and your WordPress site are different, so you will need to redirect users to correct posts.

Setting up Redirects in WordPress for Your Tumblr Posts

To set up redirects in WordPress, first, you need to install and activate the Redirection plugn. For more details, see our step by step guide on how to install a WordPress plugin.

Upon activation, you need to visit Tools » Redirection page to configure settings. Under the ‘Add new redirection’ section, you need to add redirection using regular expressions like this:

Source URL: .*/post/d+/(.*)

Target URL: /$1

After that check the ‘Regex’ checkbox and then click on the ‘Add Redirect’ button to save your settings.

Setting redirection

That’s all, your Tumblr blog posts will now redirect to the correct article on your new WordPress blog.

Congratulations! You have successfully moved your blog from Tumblr to WordPress.

Things to do After Moving from Tumblr to WordPress

Now that you have moved your content from Tumblr to WordPress, you may want to explore WordPress, learn the basics, and take advantage of this powerful platform.

Following are a few pointers to help you get going.

Set up a WordPress theme

The first thing most users want to do after moving to WordPress is to change their blog’s design. WordPress comes with thousands of free and paid WordPress themes to choose from.

Here are some of our expert picks of the best WordPress themes for different kind of blogs.

Need help setting up a new theme? See our step by step guide on how to install a WordPress theme.

Installing WordPress plugins

Next, you would want to take advantage of WordPress plugins. WordPress plugins are like apps for your WordPress site and allow you add new features to your website like adding a contact form, installing Google Analytics, adding membership features, and more.

However, choosing the right plugins can be a bit overwhelming for new users. That’s why we have compiled a list of essential WordPress plugins that you can install.

Learning WordPress

WordPress is quite easy to use and manage. However, there is a learning curve involved whenever you start with a new platform. This is where WHOOPS.ONLINE can help.

WHOOPS.ONLINE is the largest free WordPress resource site for beginners. We have lots of helpful content which is created specifically for beginners, business owners, and bloggers.

Following are few of the helpful resources you will find on WHOOPS.ONLINE (all of them are completely free).

  • WHOOPS.ONLINE Blog – The central place for all our WordPress tutorials and guides.
  • WHOOPS.ONLINE Dictionary – Our WordPress glossary will help you quickly familiarize yourself with the WordPress lingo
  • WHOOPS.ONLINE Videos – New WordPress users can start with these 23 videos to master WordPress.
  • WHOOPS.ONLINE on YouTube – Need more video instructions? Subscribe to our YouTube channel with more than 120,000 subscribers and 11 Million+ views.
  • WHOOPS.ONLINE Blueprint – Check out plugins, tools, and services we use on WHOOPS.ONLINE.
  • WHOOPS.ONLINE Deals – Exclusive discounts on WordPress products and services for WHOOPS.ONLINE users.

Many of our users use Google to find answers on WHOOPS.ONLINE by simply adding ‘wpbeginner’ at the end of their search term.

OceanWP - a free Multi-Purpose WordPress theme