by Randa Clay | Mar 27, 2010 | Scripts & Code
WordPress sets a cookie on a user’s computer that remains stored for 10 days after they visit a site. This means they will not have to re-enter their info every time they leave a comment, nor will they have to re-enter the password on password protected pages or...
by Randa Clay | Mar 19, 2010 | Scripts & Code
This is a great tip for limiting the built in search functionality to search only the category you specify. The author provides the code for searching just a single category or searching only the children of a certain category.
by Randa Clay | Mar 6, 2010 | Scripts & Code
Ever wanted to display your subscriber counts from Feedburner, but didn’t want to use the “chicklet” they provide for that purpose? This PHP script will do the trick!
by Randa Clay | Feb 21, 2010 | Plugins, Scripts & Code
I don’t know much about JQuery and scripts in general, but I’m learning that the order they’re loaded in the header can make all the difference. If you have a plugin that uses the JQuery library and doesn’t come with it, then the hook for...
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.