I have been thinking of migrating my blog from Blogger to a WordPress-solution hosted on my own domain. After doing some research, I decided “what the heck”, and downloaded and installed the package. The installation went without a hitch, and I went on to find a decent theme for the blog. Having downloaded and installed a few themes, I then went on to migrate my posts from Blogger to the WordPress blog. WordPress has a built-in tool to do this, which imports both posts, tags and comments. The only snag was that tags are not imported as tags, but rather as categories. Luckily; WordPress has a tool to convert tags to categories, and categories to tags.
Category: Blogger
-
Automatically tweeting your blog posts
I’ve been using twitter for a while now, and lately, I’ve been posting my blog posts as tweets. However, I don’t do it manually. Rather, I’ve set it up to be posted automagically. Setting it up is as simple as it could possibly be. Here’s how: (more…)
-
Adding a label cloud to your BlogSpot blog
I like to apply all the relevant labels or tags to my blog posts, so that they are easily found through search. I was getting annoyed that my list of tags was getting longer than my actual blog, and decided to do something about it. There are many ways of doing it, from adding javascript code to editing the actual HTML of the blog setup.
The best explained way of doing it is the one I found at blogger Phydeaux3’s blog. If you’re unsure whether you want to risk it, you can either not do it, or back your design up before you go mucking about with changing it. Frankly, you’ll want to back up your design anyway, so go ahead and do that. That way, if you muck it up too badly, you’ll just need to upload the backup, and you’re back on your feet.
Find the instructions here. -
Adding a favicon to a Blogger or BlogSpot blog
As you might notice, I’ve got a favicon, a small picture, on my blog. Here’s what it looks like in Firefox:
It’s actually pretty simple to implement in Blogger. To do it, you’ll need to have somewhere to store the favicon file. Favicons are imagefiles (dimensions 16 by 16 pixels) ending in .ico. Apparently, Tripod offer free hosting, and they support .ico files. Once you’ve got your favicon ready, and uploaded, you need to open the administration page for your blog, and then go to the “Layout” tab, opening the “Edit HTML” subtab. You’ll then see a page looking something like this:
Find the <head> tag, and insert the following snippet of code immediately below it: (more…)