Home » Posts tagged with » Adsense

How to Display Adsense Ads anywhere in WordPress Posts

This tutorial using a small code will guide you how to easily display adsense ads or any other ads anywhere with in you wordpress blog posts. Step 1. Add the following code to your function.php theme file and dont forget to change your  adsense code. function showads() { return ‘ Your Adsense Code Here ‘; [...]

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. function showads() { [...]

Read More