• Hi,
    I’m trying to do make a navigation like that:

    |- Category name
    |— Menu 1
    |— Menu 2
    |— Menu 3
    |
    |- Category name 2
    |— Menu 1

    And so on…
    I’m only using pages for this,

    Currently, I just wrote the name of the categories inside the sidebar.php and listed the pages beneath it:
    <?php wp_list_pages('sort_column=menu_order&title_li=' ); ?>

    There’s one big problem: I can’t split the pages to different categories.
    Is there any plugin or solution or something like that?

Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Navigation with pages sorted in categories’ is closed to new replies.