Title: wp_nav_menu and first ?
Last modified: August 20, 2016

---

# wp_nav_menu and first ?

 *  [toebee](https://wordpress.org/support/users/toebee/)
 * (@toebee)
 * [14 years, 7 months ago](https://wordpress.org/support/topic/wp_nav_menu-and-first/)
 * I want wp_nav_menu to give a special class for the first
    -  in the list. Like this.
    -     ```
          <ul>
          						<li class="first"><a href="#">link</a></li>
          						<li><a href="#">link</a></li>
          						<li><a href="#">link</a></li>
          						<li><a href="#">link</a></li>
          						<li><a href="#">link</a></li>
          						<li><a href="#">link</a></li>
          					</ul>
          ```
      
    - Is this possible? Can someone lend a hand? Thanks for reading.

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

 *  [Kirk Wight](https://wordpress.org/support/users/kwight/)
 * (@kwight)
 * [14 years, 7 months ago](https://wordpress.org/support/topic/wp_nav_menu-and-first/#post-2434756)
 * You can use wp_get_nav_menu_items to build the list, using a counter to add your
   special class to only the first item: [http://codex.wordpress.org/Function_Reference/wp_get_nav_menu_items](http://codex.wordpress.org/Function_Reference/wp_get_nav_menu_items)
 *  Thread Starter [toebee](https://wordpress.org/support/users/toebee/)
 * (@toebee)
 * [14 years, 7 months ago](https://wordpress.org/support/topic/wp_nav_menu-and-first/#post-2434856)
 * Thanks I think I have something figured out

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

The topic ‘wp_nav_menu and first ?’ is closed to new replies.

## Tags

 * [wp_nav_menu()](https://wordpress.org/support/topic-tag/wp_nav_menu/)

 * 2 replies
 * 2 participants
 * Last reply from: [toebee](https://wordpress.org/support/users/toebee/)
 * Last activity: [14 years, 7 months ago](https://wordpress.org/support/topic/wp_nav_menu-and-first/#post-2434856)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
