• I am trying to figure out how to highlight a nav item that is also a category post item.

    Looks like this:
    About Us
    a. Overview
    b. Our Team -> Lists Post Category “our-team”
    c. FAQs
    d. News

    So once I click on Our Team and go into a child post of our team, the nav List Item Our Team does not show the class=”current” anymore. I have unique template files for the posts in Our Team, so can I somehow force the navigation to highlight Our Team?

    Currently using this code on the “Our Team” post templates that lists the children of About Us:
    <?php wp_list_pages('child_of=14&sort_column=menu_order&title_li=') ?>

    Any help is much appreciated!!!

  • The topic ‘HELP: Highlight current post category within wp_list_pages / Force highlight’ is closed to new replies.