Add adsense between posts
-
Hello,
I am trying to add adsense after my 3rd posts on my home page. Somehow its showing up before my 1st post, at the top. I know I am so close, but cant figure out what I am doing wrong. Anyone has any idea? Below is the code I have now:
<?php endif; ?>
<?php $count = 3; ?></br><center>
<script async src=”//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js”></script>
<!– NYC Plugged Med Rect –>
<ins class=”adsbygoogle”
style=”display:inline-block;width:300px;height:250px”
data-ad-client=”ca-pub-2186525608384760″
data-ad-slot=”3911669337″></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script></center><?php while ( have_posts() ) : the_post(); ?>
- The topic ‘Add adsense between posts’ is closed to new replies.