Ads on homepage – option to disable not working

  • Marcel

    #51168

    I set in the GT – General – Ads, not to include Front page.
    But yet it shows an Ad on the home page.
    I think this is recent, maybe with the new update?
    http://www.teawea.com

    Admin

    Syahir Hakim

    #51171

    Hi @Marcel,

    Thanks for the report. This does look like a bug that occurs when using a static front page.

    To fix the issue, add the following code after line 29 in graphene/inc/loop.php:

    if ( is_front_page() && ! $graphene_settings['adsense_show_frontpage'] ) return;
    

Viewing 2 posts - 1 through 2 (of 2 total)

  • You must be logged in to reply to this topic.