Posts Tagged ‘hacks’

WordPress Theme Hacks

Written on January 21st, 2010 by adminno shouts

Display Google Ad after the first post

A lot of people have asked me for this. How to display a Google ad after the first post? It is very simple. You just need to add a variable ($loopcounter) in The Loop. If the $loopcounter is less than or equal to 1, then include google-ad.php code.

via WordPress Theme Hacks.

Filed under Design Tags:, , , , , ,

15 Killer Hacks for WordPress that Are Extremely Useful

Written on January 21st, 2010 by adminno shouts

15. Display Ads after the First Post

Adding an ad after the post can get you really good money because advertisers really like that spot. It is one of the hot advertising spots. You can even place adsense there. But if you place as a normal code, an ad will be shown after each post which gets annoying for your users. Therefore using this hack, you can display ads after the first post.

Replace your current loop with this hacked version of the loop in your index.php







//Paste your ad code here






Now this code will show the ad after your second post. Make sure you insert your ad codes there.

via 15 Killer Hacks for WordPress that Are Extremely Useful.

The Ultimate RSS Toolbox – 120+ RSS Resources

Written on September 15th, 2009 by cfortnerno shouts

Never again will mankind have to look for RSS info in more than one place…ok, we’re kidding, but we’ve aimed to create a near comprehensive list of all the RSS readers, tools, browser plugins, tips, hacks and directories available on the web. We hope you find it useful (we built it because we needed it), and feel free to add your own suggestions in the comments.

via The Ultimate RSS Toolbox – 120+ RSS Resources.

Custom Fields Hacks For WordPress « Smashing Magazine

Written on September 15th, 2009 by cfortnerno shouts

In this article, we’ve compiled a list of 10 useful things that you can do with custom fields in WordPress. Among them are setting expiration time for posts, defining how blog posts are displayed on the front page, displaying your mood or music, embedding custom CSS styles, disabling search engine indexing for individual posts, inserting a “Digg this” button only when you need it and, of course, displaying thumbnails next to your posts

Custom Fields Hacks For WordPress « Smashing Magazine.