Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter melowa

    (@melowa)

    Okay my fail, I had a typing error. -_-‘

    Thread Starter melowa

    (@melowa)

    Nobody can help me?

    Details:
    $args['show_home'] = true; works fine
    $args['container'] = ""; dont work
    $args['container'] = false; dont work

    How it is:

    <div class="menu">
    <ul>
    <li class="current_page_item">
    <a title="Home" href="">Home</a>
    </li>
    <li class="page_item page-item-2">
    <a href="">Sample-Page</a>
    </li>
    </ul>
    </div>

    How I want it:

    <ul>
    <li class="current_page_item">
    <a title="Home" href="">Home</a>
    
    <li class="page_item page-item-2">
    <a href="">Sample-Page</a>
    
    </ul>

    Thread Starter melowa

    (@melowa)

    That doesn’t work. =/

    I’ve tested:
    <?php wp_nav_menu( array( 'container' => '' ) ); ?>

    and
    <?php wp_nav_menu( array( 'container' => false ) ); ?>

    and that also doens’t work.

Viewing 3 replies - 1 through 3 (of 3 total)