blog page widget area always visible

Home Forums Support blog page widget area always visible

Home Forums Support blog page widget area always visible

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #170305
    Jasper

    I dont want the footer widget area to display on the blog page so i set footer widgets to 0. Als disabled footer with the disable elements option.
    But the footer widgets are still displayed.

    http://www.hands2happiness.nl

    #170498
    Tom
    Lead Developer
    Lead Developer

    If you’re setting these options within the edit page area of your “Blog” page, WordPress will ignore it. WP doesn’t listen to metabox options for the blog page.

    If you want to disable them site-wide, you can do so in “Customize > Layout”.

    To hide them on the blog only, you can use this CSS:

    .blog .footer-widgets,
    .archive .footer-widgets {
        display: none;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.