Site logo

Archived topic

Disable element in Articles page

3 replies · Started by Adam Zátopek on March 20, 2016

Viewing posts 1–4 of 4

Hi Thomas,
I find bug in your addons. When I set up(in option->reading) one page to articles page and I go to this page and I disable header, then it not work. I hope you understand me :-). If you not I send some screenshots and give you more feedback.
Adam

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 :)

Hi Tom,
Ah sorry i dont know this information.
Yeh i use this css :-) before you post and it works.
:-)
Ok thanks for ansver.
Adam

No problem! Glad it's working :)

This archived topic is closed to new replies.