-
scloho
ParticipantI’ve tried a couple of things.
I know that this is the code in the footer.php:
<nav id=”access” role=”navigation”>
<?php wp_nav_menu( array( ‘theme_location’ => ‘primary_nav’, ‘container_id’ => ‘primary-nav’, ‘container_class’ => ‘nav’, ‘fallback_cb’ => ‘minimatica_nav_menu’ ) ); ?>
</nav><!– #access –>But where do I move it to?
scloho
ParticipantAlso FYI My site is: [url=http://www.scotthoward.me/]http://www.scotthoward.me/[/url]
scloho
Participantscloho said:
I\’ve tried a couple of things.I know that this is the code in the footer.php:
<nav id=\”access\” role=\”navigation\”>
<?php wp_nav_menu( array( \’theme_location\’ => \’primary_nav\’, \’container_id\’ => \’primary-nav\’, \’container_class\’ => \’nav\’, \’fallback_cb\’ => \’minimatica_nav_menu\’ ) ); ?>
</nav><!– #access –>But where do I move it to?
Also FYI My site is: http://www.scotthoward.me/
Tagged: footer, header, navigation
You must be logged in to reply to this topic.