10. Sidebar Navigation Options in WordPress

The sidebar is where a lot of users look first when looking for what they want, or additional content of yours they may be interested in. Ordinariy what we see in the sidebar are blog network widgets (mybloglog, blogcatalog, bumpzee, entrecard), some type or archived lists (monthly archive links or a calendar), your recents posts, and in some themes recent comments. I’ve added my most read posts in my sidebar as I mentioned previously. There are a hundred ways to tweak that sidebar with code, but since you’re probably already overwhelmed by the first 9 ways to hack your WordPress navigation I’m going to take it easy on your in the 10th way. If you really want code to hack your side bar, it’s already published on the WordPress Codex page for “Customizing Your Sidebar” anyway – no sense in duplicating that.

Widgets. That’s right – all the options I’ve going to give you for pimping out your sidebar nav will be with widgets. Just install like a plugin, enable, and then go to “Presentation -> Widgets” to drag and drop them into your sidebar. Don’t forget to hit the “update” button!

First – I would recommend viewing the WordPress Widget Plugin Page to get a list of everything available. Then, take a look at the ones I recommend:

Drop down Archives Widget: Makes your achives a drop down, saving precious sidebar space. ‘nuf said…oh, and there’s the Dropdown blogroll links widget too.

You could use the List Author’s Widget.

or the Parent Pages Widget.

Show your del.icio.us bookmarks using the del.icio.us cached++ widget.

The best widget I think (which isn’t exactly navigation but greatly helps you) is the WordPress Plugin iFrame Widgets. What does it do? Well, it takes those blog network widgets and puts them in an iframe. Why is that helpful? When your blog page loads and it hangs because it has to wait for those blog network widgets to load to continue loading your page. This WordPress widget puts those widgets in an iFrame and your page will load normally (first) and those blog network widgets will appear when and if the code comes back from their network servers. If for some reason they don’t load, they won’t take up any space in your sidebar!

I hope you have learned all you need to know about hacking WordPress navigation today – as always please comment if you have something to add or a question!