We need to add an ad in the post loop directly after the 1st (full-width) featured post. I've looked at the code, but I have no idea how to add.
This is the code we used in the old theme but I tried this everywhere within the loop-index.php
<?php if ($adcount == 1) : ?>
<!-- BuySellAds.com Zone Code -->
<div style="margin: 0 0 20px 0; height: 126px;">
<div id="bsap_1252797" class="bsarocks bsap_b8c7a02764400e5ca5113690f392c085"></div>
</div>
<!-- End BuySellAds.com Zone Code -->
<?php endif; $adcount++; ?>
<?php comments_template(); // include comments template ?>
<?php $adcount++; ?>
This is important to get this ad inserted in the proper place.
Please advise,
GF














