• Resolved christoph.mue

    (@christophmue)


    hello, i try to move the navigation below the content. i see that the navigation will be loaded in header.php. i need to move the code to index.php, right!?
    can anyone help?

Viewing 1 replies (of 1 total)
  • Thread Starter christoph.mue

    (@christophmue)

    ok, solved.
    just copy the nav

    <nav id="access">
    				<a class="nav-show" href="#access">Show Navigation</a>
    				<a class="nav-hide" href="#nogo">Hide Navigation</a>
    				<?php wp_nav_menu( array( 'theme_location' => 'primary_nav' ) ); ?>
    				<div class="clear"></div>
    			</nav><!-- #access --><code>in page.php right before</code><?php get_footer(); ?>

Viewing 1 replies (of 1 total)
  • The topic ‘move navigation below content – how?’ is closed to new replies.