Random ad

  • Unknown's avatar

    Hello,

    I’m currently running ads after a certain post number.
    I have code like that:

    <?php $count = 1; ?>
    <?phpif( have_posts( ) )
    <?php if ($count==2) : ?>

    So basically I have an ad running after the second post. I can change that to 3rd, 4th or etc. But how do I change that to a random number 1 to 10?
    <?php if ($count==2) : ?> need to be changed to random number but less than 10….

    Thank you.

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    You are in the wrong forum and need to be at WordPress.ORG for help with that version of the software.

  • The topic ‘Random ad’ is closed to new replies.