How To Display Ads Only On Homepage Of WP Blog
Welcome Back !!!
I am a Wordpress blogger and this trick is dedicated to all the Wordpress bloggers like me. Actually, I needed to place an ad just in the homepage of my blog; Well, that was a client’s requirement. I personally never thought that was necessary. I mean in Wp one can easily add sitewide links jus in a click but then my client wanted just homepage link and there I was googling my way out again. I was sure there must be some php nuke to get me thru this and it was just a few minutes search till I found the code. Here’s the code that you can paste and then display any type of ad (image, link, etc.) in just homepage only of your Wordpress blog.
<?php if (is_home() && !is_paged()) {
?>
Here goes the advertisement code ….
<?php
}
?>
But be sure you’ve changed the file permission of the Wp file to writable so that you can edit and update the file.








































Leave a Reply