browsing the tip tag
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.
Quick Tip: List Hover Effect with jQuery
A nice little way to add razzamataz to your site
A while ago a user asked me how the widget hover effects were done in my Checkmate theme. Well I’m [...]
Get the Category ID in WordPress
Useful for theme developers.
A quick tip on how to make your WordPress themes more user friendly. Get a category ID from a category name and save your users some headaches.