Tagged: adsense, pagination
Hello,
I try to put an adsense code before the pagination but i have a few problems.
I found that i need to put the code in loop-index.php. But when i do the page goes blank.
I tried put the adsense code between echo <div>….<div> but the page goes blank. With <?php too.
Can you help me please?
Thanks
Hey dududman!
Paste your adsense code here and we’ll take a look.
Cheers!
Elliott
Hey!
Thank you for the code. Please place it on pastebin.com or enclose the code with the backtick (`) symbol.
Which theme are you currently using?
Regards,
Ismael
Hi!
On line 244 in that file you should see this.
endif;
Try adding this on the next line.
?> your code goes here <?php
And then replace “your code goes here” with the code you need to add above the pagination.
Best regards,
Elliott
It works!
Thanks for your help! You are awesome!
Regards