WordPress: Adding a sidebar to your theme

In another post I discussed the idea of placing a sidebar into your theme and using it to manage the navigation menu of your site. I came to the conclusion – proposed by other people from the WordPress community as well – that you can use a sidebar for basically anything but not just a sidebar.

Although you can find this information in the Codex too, I would like to show you how easy it is to add a sidebar somewhere into your theme. You’ll see that it’s just about adding some function calls here and there – that’s it and you’ve got a new sidebar that can hold arbitrary widgets.

Continue reading →

Dynamic menu for your WordPress theme

I have found various descriptions about a dynamic navigation menu in a WordPress theme. What I’ve seen these solutions grab some pages and display the result either in the header or sidebar of the theme. It’s called dynamic because you can add pages to your blog and – depending on the implementation – a link to the appropriate page will appear in the menu.

Continue reading →