hr
hr

There are several tidbits of code that I have collected over the past few years that make it easier and easier to turn a simple WordPress installation into a very functional content management system (CMS). There are many times when it would be nice to show logged in members ... Read More »

separate
hr
hr

There are some times when you want to limit your search to a particular category, or perhaps multiple categories. This is relatively simple to do in WordPress by adding a hidden field to your search code. (See example below) [php]... Read More »

separate
hr
hr

I have been using WordPress for almost 4 years and have collected a number of database tables, plugin specific directories, and miscellaneous junk along the way on a number of my sites. I wanted to take some time and really do some spring cleaning. After a few hours ... Read More »

separate
hr
hr

If you have a project where you are using [html] and [/html] and in IE, when you hover over the flash object and a border appears, there is a fix available: SWFObject: Javascript Flash Player detection and embed script. I have used it with some flash sites and ... Read More »

separate
hr
hr

Ever wonder how to automatically highlight your tabs or navigation depending on the category, page, or post you are on? Wonder no more! To make this work, there are three bits of code you will need: The header code to control the body ID (and to tell us ... Read More »

separate