Display ads banner after first node

Adsense limit 3 ads per page. If i insert adsense ads in node.tpl.php, it well repeat the ads 3 times. Because of the node load first before the bottom block, my adsense in bottom block no showing. To solve this, add this snippet inside node.tpl.php. It nice also to separate teaser and full page theme and only insert this snippet inside teaser section only

<?php
if ($id == 1 && $is_front) {
print "...banner here...";
}
?>

Post new comment

The content of this field is kept private and will not be shown publicly.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <b> <address> <blockquote> <br> <caption> <center> <code> <dd> <del> <div> <dl> <dt> <em> <font> <h2> <h3> <h4> <h5> <h6> <hr> <i> <img> <li> <ol> <p> <pre> <span> <strong> <sub> <sup> <table> <tbody> <td> <tfoot> <th> <thead> <tr> <u> <ul> <tr>
  • You can enable syntax highlighting of source code with the following tags: <code>, <blockcode>. Beside the tag style "<foo>" it is also possible to use "[foo]".
  • Use the special tag [adsense:format:group:channel] or [adsense:block:location] to display Google AdSense ads.

More information about formatting options

To combat spam, please enter the code in the image.