WordPress Navigation Helper Function, Comments and Posts

And A Little Quicky About Hiding Navigation Blocks

A quick tip on only displaying navigation blocks when there is actually navigation to be displayed. Oh and a full navigation helper function you can drop into your themes to keep things nice and clean.

WordPress Theme Tools Project Announcement

A library of code to make advanced themes easier

A new project for WordPress theme developers which will make creating advanced themes easier and quicker. The project will be a library of code that can be dropped into a theme and give the developer quick access to things like theme options, custom widgets, and tailor made functions.

Separating and Hiding Trackbacks with Jquery in WordPress 2.7

And a whole comments file just for you!

If you’re designing and coding themes for WordPress, please, I beg you, for love of all that is digitized and Tron like, separate your trackbacks and pingbacks from your comment threads. This tutorial goes over separating comments and pings and adding a little jQuery spice.

Checkmate 2.0: A Free Premium WordPress Theme

The Perfect Building Block for Your Blog

Checkmate 2.0 is a popular premium WordPress theme used by people all over the world that just received a major update. It has minimalist design based on a grid with plenty of theme options, ad management and more!

WordPress Posts Navigation Quick Tip

Get links to show even if there are no more pages to link to

Say you want to use the next_posts_link() and previous_posts_link() functions to display your post navigation. But you want to use some clever looking arrow images(or just plain boring text). You also want the images(or that plain boring text) grayed out when there are no more pages to link to.