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 ?
Comments
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 :
`class="active"<?php } ?>>" title="<?php echo gettext('Home'); ?>"><?php echo gettext('Home'); ?>`