zpGalleriffic: Want to enable page but not news

As soon as I enable zenpage, my layout changes and the site's title is replaced by a menu consisting of »Gallery« and »News«.

I am seeking for a possibility to enable pages but not news, so that my site title stays and I can add pages to the small menu which so far has »Archive/Search« and »Contact« without at the same time adding a news section.

Is that possible?

I have searched the forum and the website and my site's options but could not find anything. Apologies if I overlooked something.

Comments

  • acrylian Administrator, Developer
    Yo of course don't have to use news but you will have to modify the theme you are using (you did not tell). Neither the plugin nor to my knowledge any theme is setup to enable news and pages separately.
  • Thanks for your quick reply, acrylian. I use the theme »frokost«, which is a heavily altered »zpGalleriffic_v1.4«.

    Is it in one specific file or would I have to change things in many places?

    Cheers!
  • acrylian Administrator, Developer
    Sorry, I am not familiar with third party themes. On the Zenpage theme it would be just the sidebar.php but I think zpGalleriffic has none.

    I changed the topic title so gjr, its author, may spot it.
  • Thanks a lot for your help!
  • a link would help us help you. not familiar with frokost theme. zpgalleriffic you would need to edit the header.php file to remove the news menu item. find and remove:

    `
    <?php if (function_exists('getNewsIndexURL')) { ?>
    class="active" <?php } ?>>"><?php echo gettext('News'); ?>
    <?php } ?>
    `
    Then in the theme option, you will see an option for front page latest news. read the guidance there to learn how to shut off latest news on the front page
  • Thanks a lot gjr! Pointing me towards the right file is a great help and I'll have a look.
    I did not provide a link because I did not think it would help, as you'd only be able to see frokost's front end: www.yanzen.de is the only site using it.
    Your theme is great by the way and working with your code was a pleasure, too.
    Thanks again, all the best!
Sign In or Register to comment.