Reply To: Disable Elements Addons not disabling any elements

Home Forums Support Disable Elements Addons not disabling any elements Reply To: Disable Elements Addons not disabling any elements

Home Forums Support Disable Elements Addons not disabling any elements Reply To: Disable Elements Addons not disabling any elements

#89293
Tom
Lead Developer
Lead Developer

Ah yea, WordPress ignores metabox values on the posts page – I’m looking at a way to get around this.

For now, you’ll have to use CSS.

For example:

.blog .main-navigation,
.archive .main-navigation,
.blog .secondary-navigation,
.archive .secondary-navigation {
      display: none;
}

Let me know if you have any questions 🙂