Wordpress Navigation Menu question

Discussion in 'WordPress' started by avi2l, Jul 10, 2008.

  1. #1
    Hi, excuse me if this has been covered before, as I might have conducted the search with the wrong terminology.

    The question I have is: is there any way to have more than one menu navigation bar on a wordpress site? Meaning, If I wanted a menu for basics like Home, Contact and about us, is it possible to place another menu navigation bar in the right column side that has specific pages? Sort of like using a joomla. Is there a plugin that will solve this?

    Any help would be great...
     
    avi2l, Jul 10, 2008 IP
  2. Swamy

    Swamy Peon

    Messages:
    11
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    You can loop through the page names and display pages like About, Contact etc say in the left side of the page and other pages say in the right side of the page using css. I hope you understand what i'm talking about.

    Swamy


     
    Swamy, Jul 10, 2008 IP
  3. avi2l

    avi2l Active Member

    Messages:
    212
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    51
    #3
    Thanks Swamy for responding, but do you mean basically having duplicate menu on the right side of the same thing? I'm trying to see if there can be a complete separate list or set of links.

    Thanks
     
    avi2l, Jul 10, 2008 IP
  4. ramijames

    ramijames Member

    Messages:
    91
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    48
    #4
    Well, I suppose you could place it in your header.php and also in your sidebar.php and just call both and have two menus that way. The truth is, it's not very good interface design to split the navigation up. It will mean your user will have to search in two places for the information he needs. I hope you have a good, logical reason for this.
     
    ramijames, Jul 10, 2008 IP
  5. avi2l

    avi2l Active Member

    Messages:
    212
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    51
    #5
    the reason is, that if you have too many pages, it wouldn't fit right on the top/header nav, so it might make sense to break them up into the general menu (top/header) and more specific pages somewhere on the sidebars or column area.

    I hope this makes sense. Like On top (Home, Contact, About, Services)

    and in the side: specific page 1, specific page 2, specific page 3

    This makes it more of a website than a blog, I know, but would be convenient to do small websites like this.
     
    avi2l, Jul 10, 2008 IP
  6. ramijames

    ramijames Member

    Messages:
    91
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    48
    #6
    I think in a situation where you have a large navigation map, you need to break the links up into clear categories (which is good for the user anyway) and implement a drop-down system. Splitting the links up because you ran out of space is a sure sign that it's time to stop, back up and reorganize a bit.
     
    ramijames, Jul 10, 2008 IP
  7. avi2l

    avi2l Active Member

    Messages:
    212
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    51
    #7
    OK, so drop down is a possibility? And then the links would be subpages? Is the dropdown menu a plugin? Or how would I do it?

    thanks
     
    avi2l, Jul 10, 2008 IP
  8. ramijames

    ramijames Member

    Messages:
    91
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    48
    #8
    drop-downs are always a possibility and sometimes are the best solution. there are plenty of CSS menu solutions all over the web. i recommend the "suckerfish" solution as it is cross-browser and fairly easy to implement.

    you will have to edit your WP template manually and fit your new menu system into it.
     
    ramijames, Jul 11, 2008 IP
  9. Swamy

    Swamy Peon

    Messages:
    11
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #9
    I've used suckerfish too but i removed it as there was lots of customization that was needed. May be its easy now.

    Swamy

     
    Swamy, Jul 11, 2008 IP
  10. ramijames

    ramijames Member

    Messages:
    91
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    48
    #10
    I suppose what is considered "easy" and what isn't. Suckerfish is easy if you are comfortable with editing a CSS only design template. It is difficult if you are not.
     
    ramijames, Jul 13, 2008 IP
  11. BANAGO

    BANAGO Active Member

    Messages:
    456
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    58
    #11
    It is easy, just need to read some wp tutorials.
     
    BANAGO, Jul 14, 2008 IP
  12. avi2l

    avi2l Active Member

    Messages:
    212
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    51
    #12
    Ok, thanks, I found some plugins, but to make it work, you need to play with the theme files to make it look decent.

    Another option is if you can use categories as another option for pages. Not sure if I need another post for this, but if you could have the option of not having certain categories show up on the front page, then you would have in essence extra pages and a second menu to use. Is this possible, and I wonder if there is plugin out there.

    Thanks
     
    avi2l, Jul 14, 2008 IP
  13. ramijames

    ramijames Member

    Messages:
    91
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    48
    #13
    Yes :) of course, i meant you will have to go in and edit the theme. Sorry if that wasn't understood, I assumed that it was.
     
    ramijames, Jul 14, 2008 IP
  14. avi2l

    avi2l Active Member

    Messages:
    212
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    51
    #14
    Were you referring to the suckerfish, or the categories question I later asked?

    Thanks
     
    avi2l, Jul 14, 2008 IP