by Randa Clay | Mar 30, 2010 | Scripts & Code, Templates
Need your single post views to be totally different depending on what category the post is in? You can do this easily by creating special single post files for each category as needed, and then replace the code in your single.php file with the following: <?php if...
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 9, 2010 | Database
I don’t know about you, but I’ve always been a little afraid to run queries directly on my WordPress database. This post goes through how to accomplish many tasks using queries. Sometimes the task of going post by post to make a change would take you 10...
by Randa Clay | Mar 9, 2010 | Content Display
Search engine traffic is where you really make money on Adsense, so some blog owners choose to show ads only to visitors who come in through the search engines. This article explains how to accomplish that and to show alternate content to other visitors.