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.
by Randa Clay | Mar 9, 2010 | Content Display
This post explains how to give the post author the ability to add Google Adsense (or any other content of course) into a post wherever they like by using a shortcode or just a certain text string using the str_replace() function. Very useful!
by Randa Clay | Mar 9, 2010 | Content Display
This is a helpful article about ways to automatically insert certain content in various areas of the post, such as before plugin output at the end of a post, or just after the “more” tag.
by Randa Clay | Mar 9, 2010 | Content Display
The original way to highlight author comments only works for one user ID for the whole site. This article explains how to highlight comments of authors on blogs that have multiple authors.