Import Blogger Posts to WordPress

Category : WordPress

I recently had a client who, for some reason, had a website that was composed of a static set of pages, a Blogger site that was set up to publish to the original site via FTP and there were two separate Blogger blogs set up for specific posts that should simply have been categories.

Importing posts from the two standard Blogger sites was easy. Just visit your WordPress dashboard, select Tools>Import. Next choose Blogger. You will be prompted to enter your Google credentials so that your WordPress install can communicate directly with your Blogger account. Your blogs will show up on a page, displaying the number of posts and comments in each one. Beside each blog name will be a “Magic Button” that will import everything into WordPress. You can set the author of these posts to existing WordPress users at this time.

The problem I had was that one of the Blogger blogs was set to publish to a directory on the client’s web server and the WordPress Importer could not handle this circumstance. So for this blog, I had to log into the Blogger account, go to the settings for the blog in question, then Export the posts as an XML file.

I found a link on a WordPress support page to a blogger2wordpress conversion tool that will accept the Blogger XML file and produce a WordPress WXR file for you to download. Now you can simply return to your WordPress Dashboard, go to Tools>Import then select WordPress. Click on the Choose File button and select the WXR file that was created by the blogger2wordpress tool.

Making Twitme use Bit.ly Instead of Timesurl

Category : WebDev, WordPress

This is a short post to test whether or not I correctly spliced this bit.ly PHP code into the Twitme WordPress plugin I am using. If it works, I’ll expand on this post later.

UPDATE: Well, it seems to work. I basically just copied the code from James Cridland and replaced the TimesURL class that Twitme was using.

I was surprised to get a comment this morning from Johnny Mast saying he was going to use the Cridland code in Twitme 1.6.9.3 which just came out today. This would have happened without my help, but I feel like I had at least a bit part in this taking place.

Check out Twitme!

Upgrading Multi-level Navigation Plugin for WordPress

Category : WordPress

I just installed an update to the Multi-level Navigation Plugin for WordPress on one of my sites and was briefly confused when only one page was showing up in the menu. Turns out the page I had set to ‘exclude’ got switched to ‘include’ so it was only displaying the page I wanted to be left off of the menu.

Easy fix. Just go to your Dashboard and select Settings>Multi-level Navigation Plugin. Under the Menu Contents page, scroll down to the Modifications section. Just review your settings where it says ‘Pages to include or exclude in the main menu’. I just had to change the dropdown from ‘include’ to ‘exclude’.