• When WordPress archive/categories content is requested and displayed: On the top menu, the active page tab doesn’t stay highlighted and users can not see where they are in the top menu.

    Any suggestions on how to resolve this?
    My web site is https://www.joshengelking.com
    And the code that needs a tweak is:

    <div id=”menu”>

      <li class=”page_item active<?php if (is_home()) echo ‘ current_page_item’; ?>”>/”>Home
      <?php wp_list_pages(‘title_li=’ ); ?>

    </div>

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Top menue doesn’t stay highlighted?’ is closed to new replies.