Forums

[resolved] Adding extra level to menu (5 posts)

  1. Fade83
    Member
    Posted 3 years ago #

    Hello,

    How can I add another level to the pages submenu, now it only shows 1 level down, I also want to show the level 2 besides level 1, how can I change this? Thank you very much

    gr Arno

    PS. using the iNove theme

  2. ehhays
    Member
    Posted 3 years ago #

    hi, did you ever get an answer to this?

    change themes?

  3. Garry Chahal
    Member
    Posted 3 years ago #

    It can be achieved by adding li tags under ul tag, in the code which generates the pages i.e. "wp-list pages()"

  4. totoro
    Member
    Posted 3 years ago #

    Hello

    I found out that modifying the header.php code to
    wp_list_pages('depth=0&title_li=0&sort_column=menu_order');
    (where depth=0 agrees to gernerate all the sub levels)
    will create the sub menu level in the source code, but the sub levels are not shown, because of CSS rules (I guess)

    Have now to look deeply in the CSS code ...

  5. Jim de Groot
    Member
    Posted 3 years ago #

    Hi,

    i'm working on this matter too.
    When i use the wp_list_categories() function to list all categories under one menu item, the whole tree is available in the html source code, but only top level items are drop down in the menu, and the sublevel items remain hidden.
    Is there anyone who has the CSS code for the inove theme to show the sublevel menu items?

    Thanks!

Topic Closed

This topic has been closed to new replies.

About this Topic