Member
Member
tebar69   2012-05-23, 06:34
#1
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 ?
Administrator
Administrator
fretzl   2012-05-23, 07:51
#2
You can use the menu_manager plugin to make your own custum menu.
Member
Member
tebar69   2012-05-23, 12:34
#3
Thanks, I will try that!
Administrator
Administrator
acrylian   2012-05-23, 13:03
#4
Depending on the theme used you might need to do some manual coding work.
Member
Member
tebar69   2012-05-23, 13:38
#5
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 Smile
Member
Member
vincent3569   2012-05-24, 08:12
#6
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>`
  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.