by Randa Clay | Feb 16, 2010 | Scripts & Code
Very often in customizing themes, I run into the need for simple if/then/else logic. Maybe I want to display the author name only in certain categories, or I need a certain plugin to display output only on certain posts or pages, for example. Adding a quick bit of PHP...
by Randa Clay | Feb 11, 2010 | Scripts & Code
Need to have random color schemes for a site or maybe a random background image? Use this bit of PHP to load a random CSS stylesheet each time a user visits a site.
by Randa Clay | Feb 9, 2010 | Design
Let me tell you a story… Once upon a time a running group decided they wanted a new web site design. They thought that going to one of those “crowdsourcing” sites would be a great way to go because they could hold a design contest and get lots of...
by Randa Clay | Feb 8, 2010 | Custom Fields
This is a simple bit of code that can save you a lot of time if you know you’ll have recurring items in each post. For example, the “read article” button in most of the posts on this site is done using a custom field called “link” within...
by Randa Clay | Feb 8, 2010 | Content Display
The more items you can get above the fold the better, and DOMTabs are a great solution for packing a lot of content in a small space.