The page_css_class
filter lets you modify the classes each menu item gets.
Here we check if we are currently viewing a singular envira
post type and the menu item slug is gallery
. In that case we add a class to the array of default classes passed to the function.
function wpd_page_css_class( $css_class, $page ){
if( is_singular( 'envira' ) && 'albums' == $page->post_name ){
$css_class[] = 'current_page_item';
}
return $css_class;
}
add_filter( 'page_css_class', 'wpd_page_css_class', 10, 2 );
Related Posts:
- Show just one level of child pages, wp_list_pages woe
- How to have custom menu Item CSS Classes for wp_page_menu() or wp_list_pages()
- wp_list_pages Hierarchical Help
- Creating navigation out of specific IDs and their children?
- Second tier sidebar navigation
- Is there an easy way to replace a custom menu link with a page or post?
- Add Javascript to WordPress Menu
- Filter wp_nav_menu()
- Use navigation path from menu for permalink
- add span class inside wp_nav_menu link anchor tag
- Show only 2nd level of navigation depending on active navigation
- How to get a different mobile menu than desktop menu in the twentytwelve child theme
- HTML Bootstrap navigation menu to WordPress menu using wp_nav_menu
- How to manually add an item to a submenu in a menu generated by wp_nav_menu?
- WordPress Export Import Site Navigation Menu
- Bar separated navigation by extending Walker_Nav_Menu
- Disguise Multi-Page site as Single Page
- Replace menu tag with tag
- How to style current page menu item when using a walker
- Adding different classes to anchor in navigation menu
- Add Bootstrap dropdown class to a nav menu
- Search box as a menu item in the nav menu output by wp_nav_menu?
- How can I put two menus in the same div?
- BuddyPress – How to add logout in nav menu
- Second nav is merged with the first in mobile
- Nav Walker current menu item not displaying
- Using Shortcodes in WP-Menus in WP 3.1 (via nav_menu_objects)?
- Navigation (wp_nav_menu) refuses to nest within parent element
- Add custom menu item metabox in Navigation Settings
- Auto add pages to primary menu with functions.php
- Get admin menu link
- Hide Menu Unless Logged In
- how to remove the top navigation bar or header top on wordpress website?
- Can’t include Language switch in Nav Menu
- Add within the output of
- how can i add css class on current page in wordpress wp_nav_menu
- How to rewrite the output of wordpress nav menu?
- Reuse a custom WordPress menu on another WordPress website
- How to dynamically populate a dropdown
- I want to hide the navigation menu on a particular page
- two different separate sections on the same site
- Static page to one page- menu inactive items highlighted
- automatically append menu parent as first item in submenu with nav_walker
- How do you add a around the second level of a Menu?
- Help with walker for nav
- How Do I Add Images To Main Navigation Menu
- Hide menu from homepage
- Adding toggle-able element after menu item
- Add custom link on the fly to nav menu
- Custom register_taxonomy ins’t showing custom Nav menu
- Conditional menus based on page title
- How to test if a specific page is the front page?
- Style wp_link_pages as a select drop down list
- How to add columns to wordpress menu editor
- how to insert data in li tag of navigation
- Current author archive in navigation menu
- Mobile navigation is shown, but standard navigation does not disappear
- Output Post ID for all nav_items
- Wp_list_pages not showing children with custom page template
- changing the labels inside appearance -> menus for some for the fields
- How to create menu spread over four lines including images
- horizontal menu / 4-level depth
- WP Menu Rollover Nav Item and Effect DIV Elsewhere
- Help with WordPress Custom Nav Walker
- How to change the navigation menu
- Add/remove image from navigation bar
- WordPress nav_menu items from another menu appearing
- How can I order these pages in this navigation bar on this old wordpress theme?
- WordPress Menu Navigation links not working
- Where to place a svg chevron down in my custom walker?
- How to apply individual menu item’s “CSS Classes” to , not ?
- Add href to tag in nav menu for mobile
- Output existing wp_nav_menu with a custom walker
- how to split vertical menu into two columns using walker nav menu
- Sub-Items Not Visible in Navigation
- How can I create this menu with wp_nav_menu()?
- Unable to remove page from primary menu
- Show navigation header menu by post and categery
- How to Use Default Auto-Generated Menu?
- wp-nav menu with custom walker , how to remove a tag if it has any submenu
- Menu Details Output in Javascript [closed]
- Custom location for menu
- Can’t add optional class to menu item when using Walker_Nav_Menu
- How to display list of child pages with parent in wordpress?
- wp_nav_menu() reutrns HTTPS?
- Update nav menu item position programmatically
- Determine if a navigation item has children
- current_page_item and custom post type?
- wordpress superfish dropdown menu
- Unable to edit Navigation bar
- Display Username as parent menu item
- How to add or remove borders in navigation menu?
- Site pages show the page title under navigation bar
- Navigation menu, remove item from desktop
- Wrapping my ‘s with
- How to add a class directly on a unordered list element that is a primary navigation
- How do I programatically remove Menus?
- Displaying a Custom Avatar in WP Bootstrap Navwalker Menus in WordPress
- Is there a way to make it so that I don’t get a hamburger menu, but rather a desktop style nav, when resizing to a mobile size
- Give custom class names to WP nav sub-menu