Tagged: breadcrumbs, enfold, google adsense
Hi Enfold Team,
I edited my Enfold Functions.
function after_content_func($content = ""){
if($context == "post")
echo "<div>Google Adsense</div>";
}
add_action('ava_after_content', 'after_content_func', 10, 2);
using this code.. but no luck.. can you help me?
Thank you
Hey jalmz,
Can you please tell us what you need to achieve with that code?
Best regards,
Victoria
Hi Mam Victoria,
I would like to ad Google Adsense in my breadcrumbs on page and blogs. Thanks