Talking about Blogging and WordPress.
During the weekend I played with the blog header.
In my opinion bloggers understimate the power of a rich header, and in most cases you will see only the blog title and description.
I am going to show you what I did on my header, why I did it and how can you do it on your own.
Pages first
The first thing included in the header is the navbar with blog pages. Having the pages in the very top of your blog will give it a more “corporate” look.
To list your pages, use wp_list_pages
WP function.
You can find a brief explaination about it in Customizing WordPress header or in the official docs.
Logo
Now that I have a logo, it’s time to use it…
Categories
Then I wanted to display categories in the header, and I used Multi Column Category List Plugin for WordPress to split them into three columns.
I also modified a bit the plugin to show how many posts have been written for each category.
Gallery
The last thing I added was a slideshow showing my latest projects. I used SlideShowPro that isn’t free but has a lot of features and is made with Flash, that means no frameworks/complex javascripts required.
It’s also fully XML driven, that means it’s easy to configure.
If you are looking for a good free alternative, check JonDesign’s SmoothGallery, that uses MooTools.
And this is the result…
… an header that’s not the “image-title-description” you are used to see in WP themes.
During the next days I will redesign the rest of the blog, to make its contents as much accessible as I can.
Never miss an update! Subscribe, and I will bother you by email only when a new game or full source code comes out.