Reply To: Disable element in Articles page

Home Forums Support Disable element in Articles page Reply To: Disable element in Articles page

Home Forums Support Disable element in Articles page Reply To: Disable element in Articles page

#180609
Tom
Lead Developer
Lead Developer

Hi Adam,

Those options only work on pages and posts, WordPress ignores all metabox data on the blog index I’m afraid.

You can use CSS though:

.blog .site-header {
    display: none;
}

Let me know if you need more info 🙂