[Plugin] WordPress to Bludit converter

Post Reply
Geonx
Ssr. Bludit
Posts: 18
Joined: Sun Nov 15, 2015 1:18 pm
Contact:

This is a plugin that converts:
Pages, Posts, tags, featured images, captions, Video/Twitter links to embed codes and creates an xml file with the comments if needed (for disqus). It doesn't convert galleries though.

You can select if you want to convert media url (Facebook videos, Vimeo, Youtube, Youku, Dailymotion videos and Tweets) to embed code or leave them as they are.

You can keep your old data* (posts and photos that are already published on Bludit) or merge Multiple WordPress XMLs,

You can also have 301 redirects, if your WP blog is in English (the plugin re-converts the url if detect not-latin chars).

*This is currently a beta feature and you should backup your data first.

This is a beta plugin, which means that maybe won't work well to you.

Get it from here. More info can be found here.

To redirect the old posts, add this to the htaccess file:

Code: Select all

RewriteEngine On
RewriteBase /

# REDIRECT WP TO BLUDIT
# Month and name
RedirectMatch 301 ^/([0-9]+)/([0-9]+)/(.*)$ http://example.com/$3

# Day and name
RedirectMatch 301 ^/([0-9]+)/([0-9]+)/([0-9]+)/(.*)$ http://example.com/$4

# Custom Structure
RedirectMatch 301 ^/post/(.*)$ http://example.com/$1
Some screenshots
This screenshot is after converted 4 different xml files.
Image

Image

Image

Image

Image

Image
My Plugins
My Blog | Tech, DIY, Tutorials, Retro and more…
User avatar
Edi
Site Admin
Posts: 3120
Joined: Sun Aug 09, 2015 5:01 pm
Location: Zurich
Has thanked: 54 times
Been thanked: 77 times
Contact:

Thank you for the very nice Christmas present!

I will test it in the next few days.
Clickwork - Websites mit Bludit | Planet Bludit - Tipps und Snippets
User avatar
diego
Site Admin
Posts: 773
Joined: Sat May 16, 2015 2:53 pm
Been thanked: 1 time
Contact:

Wouuu I need to try this.. thank you!
User avatar
Edi
Site Admin
Posts: 3120
Joined: Sun Aug 09, 2015 5:01 pm
Location: Zurich
Has thanked: 54 times
Been thanked: 77 times
Contact:

I converted a website, and had no problems. Great!
Clickwork - Websites mit Bludit | Planet Bludit - Tipps und Snippets
User avatar
Torsten_Kelsch
Legend Bludit
Posts: 263
Joined: Thu Aug 27, 2015 10:24 pm
Location: Germany
Has thanked: 4 times
Been thanked: 2 times
Contact:

BranTarik wrote: Fri Nov 16, 2018 11:05 am Does anyone have a Clue?
Otherwise i will remove the whole Thing soon and label it as "Broken as Fuck" and never touch again. :evil:
My clue is that you should calm down a little, otherwise no-one will be willing to help you. :roll:
On Error GoTo Bed
User avatar
diego
Site Admin
Posts: 773
Joined: Sat May 16, 2015 2:53 pm
Been thanked: 1 time
Contact:

I forgot mention, use the below plugin, is new and works in Bludit v3.x, because looks like you don't read about the previus plugin works only in Bludit v2.x

https://plugins.bludit.com/plugin/blt-wp-importer
Post Reply