I’ve just finished a project for a client who wanted an interesting feature on his site. He wanted a block of content to be turned on and off whenever he needed it. So when he wanted to promote something, he wanted to add some content and have it display until he was ready to ‘turn it off’. I came up with a unique means of doing this using custom fields. Here’s how you can achieve this:
Entries in 'custom'
Controlling the visibility of content with custom fields
Using custom fields to create archive thumbnails
When I launched this site, I was instantly jumped on by Ruark asking me how I achieved the thumbnails on the home & archive pages of this site. This can be done in a number of simple ways and with a bit of imagination, you can take it to a much greater level. So use this article to understand the basics and then you can decide how best to implement these methods.
Own your WordPress loop with wp_query
The WordPress loop is arguably the heart of any WP powered site. With all this power at its fingertips, it obviously has some serious customization potential. I’m going to explain a couple of ways here of how you can fully use the potential of your WP CMS’s loop to display custom content anywhere on your site. Get ready to own your WP Loop!

