by Randa Clay | Mar 21, 2011 | Content Display
I hate the new Admin bar in WordPress, and while it’s easy to disable in your User profile, if you have a site with many subscribers and you don’t want them to be annoyed by the bar, or for some design reason you don’t want it to show, here is the...
by Randa Clay | Jul 24, 2010 | Content Display, Scripts & Code
Sometimes it’s preferable to have a button instead of text to allow the reader to jump to the rest of a post. Following is the code to replace the text with an image: <?php the_content('<img src= "' ....
by Randa Clay | Jun 4, 2010 | Content Display
Justin Tadlock always does a great job of covering new WordPress features, and this article is no exception. WordPress 3.0 has a new Menus feature that will make navigation design much easier for the average user as well as for theme designers.
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.