Adding ads and stuff between posts
-
In index.php I am using:
<?php if ($count == 1) : ?> content <?php endif; $count++; ?>
To insert an adsense banner between the first and second post. But now I would like to control the space between the first and second post, as well as between other posts (such as the second and third post).
I tried using:
<?php if ($count == 2) : ?> content <?php endif; $count++; ?>
But it didn’t work. Can someone please post the correct code for inserting things in between other posts?
Viewing 12 replies - 1 through 12 (of 12 total)
Viewing 12 replies - 1 through 12 (of 12 total)
- The topic ‘Adding ads and stuff between posts’ is closed to new replies.