• In order to put ads on my site, but only every few posts, I want to add a simple conditional to the bottom of each post, containing my ad code.

    I have ssomething like the following:
    <?php if (the_ID() % 3 == 0){ ?>
    ad code

    <?php } ?>

    But all this does is echo the id of the post…. for EVERY post!

    What am I doing wrong?

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Alternating posts’ is closed to new replies.