nevermind, justed placed AdSense code above the loop, under the content div
nevermind, justed placed AdSense code above the loop, under the content div
What about AdSense BEFORE first post only… anyone know how that would work?
Question —
How do you get the ad unit only above the first post,so only 1 ad unit shows per page?
Placing the adsense code below
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
will give you 3 units if there are 3 posts, and if there are 20 posts, there will be 20 requests sent to Google, which I think might violate their policies.
I just want one unit in order to raise my EPC 😛
added this line to the top of the htaccess file:
Options +SymLinksIfOwnerMatch
Everything fixed… but why???