How I Did Multiple Feature Categories in Checkmate

Now with twice as much code!

One of Checkmate’s features is the ability to select multiple categories as feature categories. It wasn’t until far after the release a user brought up the fact it didn’t work…at all. So I set off to fix it thinking it was a trivial task using query_posts or get_posts. I was wrong. To keep everything as compatible as could be and offer the ease of use I intended took some digging. I ended up skipping all of WordPress’s functions and going strait to the database by writing a custom function.

Posted on Jul 16, 2008 by Curtis Henson in Code, Wordpress

Make Sections MSNBC Style in WordPress

Happy WordPress Day. Today I show you how to make sections out of your Wordpress categories for a similar look to MSNBC’s site. Perfect for content heavy sites, or to complete the magazine or news theme you have been working on!

Posted on Jul 1, 2008 by Curtis Henson in Code, Wordpress