How to create a menu bar on top of the page?

Viewing 3 posts - 1 through 3 (of 3 total)
  • #3338
    geekChamp
    Participant

    Hi guys,
    So, on reviewing my website:
    http://www.hemangshah.com – a technology blog, most of the feedback I got is to move the navigation bar on top of the page.

    Also, how can I create an image on top of the page? Like a header image?

    Any feedback would be welcome
    Cheers

    #3339
    virusx
    Participant

    You can try to move this code:

    [code]<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 –>[/code]

    from “footer.php” to (for exemple) somewhere in your “header.php”…

    Cheers πŸ™‚

    ps: delete all “\” written by the forum

    #3341
    virusx
    Participant

    I tested my answer and I can tell you that it’s working.
    Simply copy/cut the navigation menu code from footer.php to header.php or wherever you want the menu to be displayed).

    cheers

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

You must be logged in to reply to this topic.