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
Is it in one specific file or would I have to change things in many places?
Cheers!
I changed the topic title so gjr, its author, may spot it.
`
<?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
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!