Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1082733

    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

    #1083010

    Hey jalmz,

    Can you please tell us what you need to achieve with that code?

    Best regards,
    Victoria

    #1083110

    Hi Mam Victoria,

    I would like to ad Google Adsense in my breadcrumbs on page and blogs. Thanks

    #1084963

    Hi,
    Sorry for the late reply, Do you want to add the words “Google Adsense” to your breadcrumbs?
    If this is for a post please try adding a category “Google Adsense” and then select it as the parent category
    2019-03-30-151130
    it will then show in your breadcrumbs.

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.