Page order

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

  • fretzl Administrator, Developer
    You can use the menu_manager plugin to make your own custum menu.
  • tebar69 Member
    Thanks, I will try that!
  • acrylian Administrator, Developer
    Depending on the theme used you might need to do some manual coding work.
  • tebar69 Member
    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 :)
  • vincent3569 Member, Translator
    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 :

    `class="active"<?php } ?>>" title="<?php echo gettext('Home'); ?>"><?php echo gettext('Home'); ?>`
Sign In or Register to comment.