Displaying Subpages while on Parent page?
This is pretty easy, as WordPress sets css classes for the parent pages. Default we hide all sublists (ul) from the menu with .menu ul { display: none; } Then when the parent page is selected we use the css classes that are set by WordPress to show the sublists again. .menu .current_page_ancestor, .menu .current_page_parent … Read more