Conditionally Add a Class to the Body Class Tag
In this short tutorial, I will describe how I added a class to WordPress’s body_class tag inside of an if statement.
In this short tutorial, I will describe how I added a class to WordPress’s body_class tag inside of an if statement.
Introduction This tutorial is for those who have designed a WordPress theme for either themselves, a client, WordPress.org or to be served from their own site.

As everybody knows by now, the way that custom headers are created and implemented in WordPress since version 3.4 has changed. The older method of using add_custom_image_header and constants in place of variables is now deprecated.

In the course of redesigning this website, I decided that I did not want to display large image ads designed for a traditional sidebar on mobile devices. Often times, too many images and videos will slow down loading
Original published date: 16, May 2010 This tutorial is the third in a series. To see the first sections, use these links below: Creating a Fancy Website Layout in Gimp 2.6, and How To Slice Up Graphics for XHTML and CSS. This tutorial is now outdated. To get the latest tutorial, see the page Blue Green […]
What I thought As I had finished creating my newest theme, Mixin’ Styles, I thought it was complete and ready to go.