• Resolved fade83

    (@fade83)


    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

Viewing 4 replies - 1 through 4 (of 4 total)
  • hi, did you ever get an answer to this?

    change themes?

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

    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 …

    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!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Adding extra level to menu’ is closed to new replies.