Junior Member
Junior Member
kenerly   2014-07-05, 22:07
#1
How can I remove News Articles from the sidebar menu, but keep Gallery and Pages in the menu?
Administrator
Administrator
fretzl   2014-07-06, 06:30
#2
You didn't say what theme you are using.

If you are using the [i]zenpage[/i] theme, the easiest is probably to use CSS.
In [i]style.css[/i] add the following:
`
.menu:first-child {display: none;}
`
Administrator
Administrator
acrylian   2014-07-06, 07:15
#3
Or comment it out on the `sidebar.php` of the theme (if it has one).
  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.