Forums

Join
bbPress Support ForumsRequests and Feedbackadvertisements after the first message

advertisements after the first message

  1. How to insert advertisements after the first message?

  2. Just use a little php. What type of code are you trying to insert?

  3. Google AdSense

  4. do something like this in your topic.php template just before <?php endforeach; ?>

    <?php if (!isset($adsense)) { $adsense=1; ?>
    <li>
    adsense javascript goes here
    </li>
    <?php } ?>


    (untested)

  5. You must log in to post.