Viewing 1 replies (of 1 total)
  • I had the same problem. dirty fix is to edit wordpress code…

    wordpress version 3.5.2
    wp-includes/nav-menu-template.php
    comment out line 321

    function _wp_menu_item_classes_by_context( &$menu_items ) {
    [...]
    line 321:    $menu_items[$key]->current = false;     // comment out this line

    hate this solution so if anyone comes up with a better one please let me know!

Viewing 1 replies (of 1 total)
  • The topic ‘Menu is not visible in archive page’ is closed to new replies.