• Last year I disabled my nav.php file (moved the links into my header.php file) when I was having some IE issues (haven’t we all)?

    Problem: I want to put it back the way it used to be, but I have’nt looked the code in 11 months.

    Question:Here’s my nav.php file. If I remove the “!–” after the opening “<“, should that fix it? I’m think this is commenting things out.

    Note: I’m not a coder, so I’m trying to be careful. Many thanks.

    <ul class=”nav”>
    <?php wp_nav_menu( ); ?>
    <!–

  • The topic ‘Re-enabling my nav.php file’ is closed to new replies.