Tagged: adsense
Hi, I have a question. Where exactly do I need to insert Adsense code to it at the end of each single page.I understand that it must be inserted into the folder single.php, but where exactly? In what line? I’m not good in php, so can be explained as easy as possible. Thank you!
Hi Zakkery!
Inside of single.php you should be able to paste the code that generates the Adsense, after </main>
I would like to suggest you to create a custom div like so
<div class="AdSense-container"> //Place your php code inside here and then you can target this class to style it. </div>
Best regards,
David
Ok,thx