Home › Forums › Support › Disable element in Articles page › Reply To: Disable element in Articles page
March 20, 2016 at 11:58 pm
#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 🙂