Hi,
How to Insert the adsense code below the share buttons in blog post?
Thanks
any idea, a solution please?
Hi,
Thank you for using Enfold.
Please use the “ava_after_content” action hook in combination with the is_single conditional function.
add_action('ava_after_content', function($id, $content) {
if(is_single()){
?>
// code here
<?php
}
});
Best regards,
Ismael
Hi ismael, thanks, use this code in functions.php?
Thanks
I have placed it at the end of functions.php but appears text covering the buttons
thanks
Hey!
Please post the code on pastebin.com and we’ll test it on our own installation. Or post the login details here.
Cheers!
Ismael
Hey Thanks Ismael,
finally i put de Adsense code at the top of the related.post.php file and work prefect
Thank you!
Hi,
Great, glad you found a solution :-)
Please let us know if you should need any further help on the topic.
Best regards,
Rikard
Ok close ticket