check outcheck out Sports Deli Blog - A Smorgasbord of Sports TalkSports Deli Blog - A Smorgasbord of Sports Talk
SportsBlogNet - Your last stop for everything sports-relateda part of Sports Blog Net

Front Page Only Ads – Wordpress

By Rich | Oct 5, 2008

If you want or need to place advertisements or anything else, only on the front page of your Wordpress blog, you either must have access to edit the current theme or have a plugin installed (Exec-PHP Plugin, Samsarin PHP Widget) which allows widgets to accept php code.

  • Highlighted Ad on Home Page
  • Inner Pages Do Not Have Ad

In your theme or widget wrap the code below in PHP tags and any code that you place after echo ' and before '; will be displayed only if it is the main blog front page, any other page will not have any of the code.

if (is_home()) {

echo 'PLACE HTML CODE IN HERE';

}

Copyright © 2008 Sports Blog Help · · Log in