Adding Adsense-deluxe to single.php
-
This code works when added to single.php:
<?php adsense_deluxe_ads('leaderboard'); ?>
While this doesn’t:
<?php if(function_exists('leaderboard')): adsense_deluxe_ads('leaderboard'); endif; ?>
No error, just doesn’t work. What am I missing?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Adding Adsense-deluxe to single.php’ is closed to new replies.