• Resolved Mikado_tee

    (@mikado_tee)


    Hello

    My horisont nav menu works perfect if I use:

    <div id="nav">
    <ul class="nav">
    <li>
    <?php
    wp_list_pages('title_li='); ?>
    </li>
    </ul>

    Except that all my sub categories are included.

    But If I write:
    <?php wp_list_pages('include=18,7,16'); ?>

    Then I suddenly get a ugly “Sider”(danish for”Pages”) in top left corner on my menu. And the menu becomes a two level with my main pages on a next level.

    Anybody?

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘Horisont Nav menu problems’ is closed to new replies.