Forums
-
- Forum
- Posts
-
- Installation
- 28,380
- Troubleshooting
- 62,269
- Themes
- 10,391
- Plugins
- 15,313
- Requests & Feedback
- 14,924
- Showcase
- 3,252
-
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)