Does anyone know how I can place my google adsense at the top of every post without doing it manually?
What part of my website do I need to add the code to?
This is the site
Does anyone know how I can place my google adsense at the top of every post without doing it manually?
What part of my website do I need to add the code to?
This is the site
ttt
You could try editing single.php and adding the adsense code inside the Loop just after <?php if (have_posts()) : while (have_posts()) : the_post(); ?>.
This topic has been closed to new replies.