http://codex.wordpress.org/Function_Reference/wp_list_pages#Markup_and_styling_of_page_items
style .current_page_parent
and/or .current_page_ancestor
the same as .current_page_item
Related Posts:
- How can I hide children of draft pages using wp_list_pages()?
- How to List All Pages (With their template names) Within a Website
- How can I list all pages with their templates?
- Add Parent to List of Subpages
- get all page IDs from wp_list_pages
- Add class to the items in wp_list_pages
- Display grandchildren on child and grandchild pages using wp_list_pages
- Load parent pages when there are no child pages
- create shortcode to show children if any otherwise siblings
- dynamically limit depth of wp_list_pages
- Conditional styling of wp_list_pages bullet points [closed]
- Setting multiple values to as sort_column
- wp_list_pages – Using a Walker to customize output order
- Custom category listings
- How can I include private pages in a page list?
- Do Not Display Parent Page if No Subpages
- Arrange Combined List of Pages and Categories
- List pages within a certain parent and show published month
- Change Parent Name with wp_list_pages?
- List all Posts under heading in wp_list_pages menu
- $item->url not retrieving url in custom walker?
- WordPress Side Navigation with Parent Heading and Child Sub Pages
- List subpage of subpage
- wp_list_page with something like showpost
- How can I list all page titles and IDs?
- Hide Parent if No Children
- Add Parent to Subpage List
- alternating classes on wp_list_pages
- remove auto generated pages from the menu?
- Inset image thumbnail from page into list
- How to prevent custom walker from creating sub navigation for pages that are not relatives of the current page?
- Exclude current page in wp_list_pages
- Sub Navigation in Sidebar
- wp_list_pages bug in “number” parameter
- Targeting specific instane of wp_list_pages
- Renaming wp_list_pages class
- wp_list_pages issue/bug?
- WordPress get_pages sub nav show current page
- Change class name in WordPress wp_list_page nav
- Non page link in wp_list_pages
- only display Pages which have children
- add a.parent in wp_list_pages
- wp_list_pages by taxonomy?
- wp_list_pages Format only on Recently Modified Pages
- Adding custom class names to anchor in wp_list_pages
- Walker Class : extract function and wp_list_pages
- Exclude pages by custom field (with yes/no) storing wrong data?
- Shortcode producing headers already sent error
- How to hook wp_list_pages?
- Ways to give a wp_list_pages menu link specific class names?
- How to show only parents subpages of current page item in vertical menu?
- Change ul class=”children” for wp_list_pages?
- how to properly list child pages in sidebar?
- wp_list_pages – show pages immediately 1 level below current level
- Add filter to wp_dropdown_pages() or wp_dropdown_categories() – no select container?
- Adding span tags within wp_list_pages list items
- inserting custom li class to wp_list_pages
- Manipulate Output of wp_list_something: select menu instead of li’s
- wp_list_pages sort order is different for different languages [closed]
- Hierarchical Custom Posts – Highlighting Current Post in Sub-Menu
- How to echo excerpts with wp_list_pages?
- Extra title output with this function wp_list_pages
- Add anchor text to php
- How would I add the comment count to this sub-pages of current page snippet
- Show siblings (if any) and parents
- List all-childpages on parent-page AND list child-pages on childpage itself but not the current one?
- Drag posts and pages so you can sort them in order
- List pages to show only Whitelisted sub pages
- new_excerpt_more link not working properly
- How to get Role Subscribe Users on Admin Menu only in Pages in WordPress
- Displaying different page links on different pages
- How to remove the HOME menu item
- query posts and split meta information into separate div’s
- wp_list_pages() exclude category
- wp_list_pages sort order by top nav menu order and child of
- Keep page hierarchy in wp_list_pages, even if on a child or grandchild
- WP List Pages – Add Title Attributes to Anchors
- wp_list_pages Hierarchical Help
- List all pages including archive
- Add ID to target navigation link
- How to use wp_list_pages on a grandparent page
- Listing Sub-Pages & Sub-Sub-Pages
- Can you exclude child pages of a specific parent within a navigation?
- Check if page has subpages
- Parent/Child pages
- How should I set up a Tumblr blog at a WordPress Page?
- Why are array_slice() and array_chunk() not working?
- Retrieve array items without page ID
- Post List by category and under custom taxonomy
- wp_list_pages get the hole hierarchy for current page
- Post list displaying wrong in Chrome and Firefox
- PHP: Why does my code work in index.php but not a widget?
- How to perform str_replace on the results of wp_list_pages
- Exclude from wp_list_pages by template
- Editing WP Plugin
- Using wp_list_pages to create 2 lists of pages and include and exclude some of them depending on their category
- Get current post’s child page?
- Showing Custom Menus in the sidebar
- WordPress function breaks widget’s markup?
- Making current_page_item work with wp_list_pages in sidebar on post pages