How to display banner/ads in x post ?
-
Hi there!
Help me to fix troubleshoot code.
I see code in forum how to display banner/ads in x post but this script not work. Can people help me correct code below:<?php $postnum = 1; $showads1 = 3; $showads2 = 6; $showads3 = 9; ?> <?php if ($postnum == $showads1) { ?> Ads1 <?php } $postnum++; ?> <?php if ($postnum == $showads2) { ?> Ads2 <?php } $postnum++; ?> <?php if ($postnum == $showads3) { ?> Ads3 <?php } $postnum++; ?>
Thanks.
Viewing 12 replies - 1 through 12 (of 12 total)
Viewing 12 replies - 1 through 12 (of 12 total)
- The topic ‘How to display banner/ads in x post ?’ is closed to new replies.