Add Banner to homepage
-
Hi!
I want to insert an Adblock to my homepage, specifically after the first post.As you can see in the sourcecode part of the code is there `<!–Bannerwerbung nach erstem Post–>
<!–Bannerwerbung zwischen Artikel
Ads Block output–>, but not the important part! My code is
<!–Bannerwerbung nach erstem Post–>
<?php if(!$show_ads){ ?>
<!–Bannerwerbung zwischen Artikel
Ads Block output–>
<?php if(function_exists(‘drawAdsBlock’)) drawAdsBlock(array(‘id’ => 3)); ?>
<?php $show_ads = 1; } ?><?php endwhile; ?>`
Can anybody help me?
- The topic ‘Add Banner to homepage’ is closed to new replies.