How to Insert Ad Anywhere In Your Wordpress Posts

This is the simplest trick to guide you how to Insert Ad Anywhere In Your Wordpress Posts. You may can put any advertise banner or google adsense using this small Wordpress Hack without a plugin.

Step 1:
First open your Wordpress Theme function.php file and add following function and save the file.

  1.  
  2. function showads() {
  3.     return
  4.  
  5. Your Advertise Banner or Google Adsense Code Here
  6.  
  7. ;
  8. }
  9. add_shortcode(‘adcode’, ’showads’);
  10.  

Step 2: (more…)

How to Insert Ads Inside Post Content in WordPress

You may have seen many wordpress blogs showing ads inside post contents. This simple Wordpress Tutorial guide you how to insert ads inside the post contents. You may put the ads after the first or second paragraph.

Wordpress Ad after first post

In this little Wordpress Hack I will guide you how to put ad after first paragraph automatically in your everypost without any Wordpress Plugin.
(more…)

Page 1 of 11
© 2010 BuildTutorial.com