Migrating to Tumblr [closed]

I’m thinking if there’s no easy way, I could process a WordPress export and use the Tumblr API write method to re-create all the posts, including date and slug… the URLs are likely to end up a little different, though, so I might need to use some mod-rewrite magic until Google picks up on the … Read more

Redirects from Tumblr to new WP

Hey, you might have luck with a prior plugin I wrote (here’s the code itself). It’s a redirect plugin that looks at the URL coming in, checks it against the postmeta table if it’s about to produce a 404, and redirect the user if a match is found. If you have the entire URI stored … Read more

Reblog from Tumblr to WordPress

I just did a quick search on the Reblog concept because, admittedly, I’ve never used Tumblr and had no idea what you were talking about. After reading a bit about it, it started to sound very familiar … Most blogs today allow you to add a ReTweet (Twitter), Like (Facebook), or Share This (Generic) button … Read more

How can I migrate from another platform to WordPress (using the same domain) and launch when ready?

As others have already mentioned, this can be a long process. But it can also be relatively straightforward, and I’ve done this to migrate other non-WP sites to WordPress in the past. Export your site First things first, you’ll need to export your site from Tumblr into a format WordPress can work with. There are … Read more