Site logo

Archived topic

Widgets bottom of page

3 replies · Started by Philippe on September 26, 2016

Viewing posts 1–4 of 4

Hello again,

Another concern when I removed the footer widgets on the blog page, there is still posted.

what can I do.

thank you,

Philippe

The blog page ignores any metabox changes - this is a WordPress limitation.

You can do it using CSS in this case:

.blog .footer-widgets {
    display: none;
}

If you want to remove it from the blog and archive pages (categories, archives etc..):

.blog .footer-widgets,
.archive .footer-widgets {
    display: none;
}

The CSS works fine thank you, and congratulations it's a beautiful baby!

Thank you! :)

This archived topic is closed to new replies.