Forums

[resolved] Slug page active in menu (3 posts)

  1. andreigusan
    Member
    Posted 1 year ago #

    Hello!

    I'm using wp_page_menu in my website menu.

    Let me explain shortly:
    - we have the pages: Europe (the parent) > France, UK and Italy;
    - when I'm on Europe page, the Europe link in menu it's highlighted;
    - I want to highlight the Europe link in menu when I'm on France page;

    Here is the code:

    <?php wp_page_menu('show_home=1&menu_class=page-navi&sort_column=menu_order'); ?>

    Can anyone help me with this please?

  2. esmi
    Theme Diva & Forum Moderator
    Posted 1 year ago #

    Try styling on current_page_ancestor and current_page_parent.

  3. andreigusan
    Member
    Posted 1 year ago #

    Thank you! It's working :)

Topic Closed

This topic has been closed to new replies.

About this Topic