![]() |
|
Page order - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: Plugins (https://forum.zenphoto.org/forum-6.html) +--- Thread: Page order (/thread-10009.html) |
Page order - tebar69 - 2012-05-23 Hi! Is there a way to have a Page before the "Gallery" link in the menu ? I mean, basicly the menu is : - Gallery - Page 1 - Page 2 - Page xxx - Archive - Contact I would like to have something like : - Page 1 - Gallery - Page 2 - Page xxx - Archive - Contact Is there a way to do this ? Page order - fretzl - 2012-05-23 You can use the menu_manager plugin to make your own custum menu. Page order - tebar69 - 2012-05-23 Thanks, I will try that! Page order - acrylian - 2012-05-23 Depending on the theme used you might need to do some manual coding work. Page order - tebar69 - 2012-05-23 I use zpArdoise, and there s an option to have a Homepage. I just have to find how to rename this page, but it should be not too hard
Page order - vincent3569 - 2012-05-24 hi with zpArdoise, I you choose an unpublished page as home page, it will be appear with the title "home". btw : when you are logged in, this page appears twice (as your home page and with its own title). if you want to change "home" title, have a look in inc_header.php, line 263 : `<li <?php if ( getOption('zenpage_homepage') == getPageTitleLink() ) { ?>class="active"<?php } ?>>"><?php echo gettext('Home'); ?></li>` |