Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End my hard coded thematc nav menu just kinda disappeared

  • This topic is empty.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #34493
    mikeman
    Member

    and i didnt do anything to the nav menu code.. so i dont get it..

    this is my functions.php i was working on a custom footer(BOTTOM of THE CODE, right next to the hard coded nav menu and i realized the menu doesnt display now.. :(
    http://ocixx.com/joseph/

    
    
    // Add a widgetized aside just below the header
    function childtheme_leaderasides() { ?>





    echo '
    '. "n" . '
      ' . "n";
      dynamic_sidebar('1st-leader-aside');
      echo '
    ' . "n" . '
    '. "n";
    } ?>

    echo '
    '. "n" . '
      ' . "n";
      dynamic_sidebar('2nd-leader-aside');
      echo '
    ' . "n" . '
    '. "n";
    } ?>

    echo '
    '. "n" . '
      ' . "n";
      dynamic_sidebar('3rd-leader-aside');
      echo '
    ' . "n" . '
    '. "n";
    } ?>





    add_action('thematic_belowheader','childtheme_leaderasides',6);
    /* end 3 widgets above content */

    /* this shit is commented out, go down a ways
    // Add a widgetized aside above the main asides with the start of a wrapper: #sidebar
    function childtheme_sidebarstart() { ?>
Viewing 1 post (of 1 total)
  • The forum ‘Back End’ is closed to new topics and replies.