WordPress tabbed sidebar panel part 1

November 18, 2008

You have probably seen the tabbed sidebar panels on various websites.These are great if your sidebar are getting too populated and you need to clean it up a bit. This tutorial will show you how to implement one using WordPress, jQuery and a jQuery plugin called jQuery.tabs. What to display in the tabs The first…


Custom WordPress loop

October 19, 2008

One problem I have come a cross lots of times is that I need to customize the WordPress loop, in other words I’d like to display posts from certain categories on the front page instead of the default one who shows the most recent posts in a descending order. This is most convenient when you…