Home » Archives by category » Wordpress
How to Redirect WordPress Homepage to First Post

How to Redirect WordPress Homepage to First Post

You may have seen some WordPress blogs without any homepage / index. This small wordpress code will automatically redirect all your visitors to your latest wordpress blog single post when trying to visit the homepage. Add the following code below to your homepage file (Most of the time it is named index.php). Please note that [...]

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 ‘; [...]

Read More

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

How to Insert Ads Inside Post Content in WordPress

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. In this little WordPress Hack I will guide you how to put ad after first paragraph automatically in [...]

Read More