Title: Current Menu Highlight?
Last modified: August 20, 2016

---

# Current Menu Highlight?

 *  [s2pidkaspr](https://wordpress.org/support/users/s2pidkaspr/)
 * (@s2pidkaspr)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/current-menu-highlight/)
 * I have a custom menu made with div’s
 *     ```
       <div id="nav">
             <div id="navigation">
                <a href="<?php echo get_option('home'); ?>">
                   MENU ITEM 1
                </a>
             </div>
             <div id="navigation">
                <a href="#">
                   MENU ITEM 2
                </a>
             </div>
             <div id="navigation">
                <a href="#">
                   MENU ITEM 3
                </a>
             </div>
             <div id="navigation">
                <a href="#">
                   MENU ITEM 4
                </a>
             </div>
          </div>
       ```
   
 * It works fine, however, when i click on different menu items and the page loads,
   the current menu item is not highlighted based on which page the user is on.
 * Anyway to add current menu item in this custom menu please?

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [13 years, 4 months ago](https://wordpress.org/support/topic/current-menu-highlight/#post-3363376)
 * WordPress.org support is for the themes (plugins & core application) distributed
   on WordPress.org.
 * For general CSS queries you can ask general CSS forums; [http://CSSCreator.com/forum](http://CSSCreator.com/forum)
 *  Thread Starter [s2pidkaspr](https://wordpress.org/support/users/s2pidkaspr/)
 * (@s2pidkaspr)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/current-menu-highlight/#post-3363378)
 * LOL. I guess you misunderstood my question.
    This is a WordPress question. I 
   am using this custom menu on my wordpress.
 * I’m basically asking for this
    [http://codex.wordpress.org/Dynamic_Menu_Highlighting](http://codex.wordpress.org/Dynamic_Menu_Highlighting)
 * I’m asking if that is possible to achieve if i am using a custom menu, and not
   the default menu
 * `<?php wp_nav_menu(); ?>`

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Current Menu Highlight?’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 2 participants
 * Last reply from: [s2pidkaspr](https://wordpress.org/support/users/s2pidkaspr/)
 * Last activity: [13 years, 4 months ago](https://wordpress.org/support/topic/current-menu-highlight/#post-3363378)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
