• Skip to main content
  • Skip to forum navigation

StudioPress

  • Shop for Themes
  • My StudioPress

Forum navigation

  • Home
  • General Genesis Discussions
  • StudioPress Themes
  • Genesis Blocks
    • Genesis Blocks
    • Genesis Custom Blocks
  • Retired Themes
  • FAQs
  • Forum Rules
  • Internationalization and Translations
  • Forum Bugs and Suggestions
  • Forum Log In

Are You Using The WordPress Block Editor?

Genesis now offers plugins that help you build better sites faster with the WordPress block editor (Gutenberg). Try the feature-rich free versions of each plugin for yourself!

Genesis Blocks Genesis Custom Blocks

Custom Page template classes question

Welcome!

These forums are for general discussion on WordPress and Genesis. Official support for StudioPress themes is offered exclusively at My StudioPress. Responses in this forum are not guaranteed. Please note that this forum will require a new username, separate from the one used for My.StudioPress.

Log In
Register Lost Password

Community Forums › Forums › Archived Forums › General Discussion › Custom Page template classes question

This topic is: resolved

Tagged: custom page template

  • This topic has 1 reply, 1 voice, and was last updated 8 years, 3 months ago by John.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • December 13, 2014 at 12:19 pm #134469
    John
    Participant

    I have a custom page template that does not get tagged as "current-menu-item" when selected.

    All other pages get the class set properly.

    Has anyone seen this before?

    (P.S. I'm developing this locally, so I don't have a link.)

    December 14, 2014 at 1:39 pm #134518
    John
    Participant

    I figured it out and added this to my archive template.

    /* Filter to add current-menu-item to menu on page load */
    add_filter('nav_menu_css_class', 'special_nav_class', 10, 2);
    function special_nav_class($classes, $item) {
            /* Insert the menu item classname in the if statement */
    	if (in_array('menu-item-523', $classes)) {
    		$classes[] = 'current-menu-item current_page_item';
    	}
    	return $classes;
    }
    
  • Author
    Posts
Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘General Discussion’ is closed to new topics and replies.

CTA

Ready to get started? Create a site or shop for themes.

Create a site with WP EngineShop for Themes

Footer

StudioPress

© 2023 WPEngine, Inc.

Products
  • Create a Site with WP Engine
  • Shop for Themes
  • Theme Features
  • Get Started
  • Showcase
Company
  • Brand Assets
  • Terms of Service
  • Accptable Usse Policy
  • Privacy Policy
  • Refund Policy
  • Contact Us
Community
  • Find Developers
  • Forums
  • Facebook Group
  • #GenesisWP
  • Showcase
Resources
  • StudioPress Blog
  • Help & Documentation
  • FAQs
  • Code Snippets
  • Affiliates
Connect
  • StudioPress Live
  • StudioPress FM
  • Facebook
  • Twitter
  • Dribbble