Category Archives: Tips & Tricks

Check If Current Page Has Any Subpages in WordPress

Really thought there would be a built-in function in WordPress to check for the existence of  any subpages while on a parent page, but apparently not. So here’s a quick dirty little function that will do just that. Drop this … Continue reading

Posted in Tips & Tricks | 2 Comments

Return The Post ID and Modify A Specific Entry Inside a WordPress Loop

I recently needed to slightly modify the output for a specific entry inside a category loop on a client’s WordPress install. Having a terrible memory, I seem to always forget functions for basic things like this, and this case was … Continue reading

Posted in Tips & Tricks | Leave a comment

Where’s The Index Page (Or Archive Page) for Custom Post Types In WordPress 3.0?

WordPress is probably my goto CMS platform (yes I said CMS) for client work in my day-to-day gig (full-time web designer/developer). Needless to say, since I use it so much, I’m stoked that the feature-packed WordPress 3.0 is upon us. Unfortunately, I’ve … Continue reading

Posted in Tips & Tricks | 2 Comments