01-19-2015, 01:27 PM
To show a 728x90 ad in Booster theme, just put the following code in index.php , allgames.php , populargames.php
Find this code at the beginning of file:
<?php
get_header();
?>
Then add this right after that:
Find this code at the beginning of file:
<?php
get_header();
?>
Then add this right after that:
Code:
<!--728ad-->
<div style="height:90px;width:728px;margin:0 auto;margin-top:65px;margin-bottom:-55px;">
<?php echo ab_show_ad('728x90-leaderboard') ?>
</div>
<!--728ad-->