Remove News Article

How can I remove News Articles from the sidebar menu, but keep Gallery and Pages in the menu?

Comments

  • fretzl Administrator, Developer
    You didn't say what theme you are using.

    If you are using the zenpage theme, the easiest is probably to use CSS.
    In style.css add the following:
    `
    .menu:first-child {display: none;}
    `
  • acrylian Administrator, Developer
    Or comment it out on the `sidebar.php` of the theme (if it has one).
Sign In or Register to comment.