Title: style wp_page_menu
Last modified: August 21, 2016

---

# style wp_page_menu

 *  Resolved [colophonius](https://wordpress.org/support/users/colophonius/)
 * (@colophonius)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/style-wp_page_menu/)
 * Hey Folks,
 * after along search a found a code to display only the sub-menu depending on the
   current page…
    This is what did it: `<?php $html = wp_page_menu('title_li=&child_of
   ='.$post->ID. '&echo=0'); echo $html; ?>`
 * But now I don’t have a clue how to style this menu. Can I add something to assign
   a css id/class?
 * [Here’s the link to the site I’m working on](http://kiekoever.agenturi.de/lage/)

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

 *  [Flash Buddy](https://wordpress.org/support/users/flashbuddy/)
 * (@flashbuddy)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/style-wp_page_menu/#post-3934370)
 * Where is the sub-menu? Are you referencing [this?](https://docs.google.com/file/d/0B6PR1WW5RjSxWlQtOTU3d2NPZjQ/edit?usp=drivesdk)
 *  Thread Starter [colophonius](https://wordpress.org/support/users/colophonius/)
 * (@colophonius)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/style-wp_page_menu/#post-3934388)
 * Yes! Sorry I should have explained that better!
 *  Thread Starter [colophonius](https://wordpress.org/support/users/colophonius/)
 * (@colophonius)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/style-wp_page_menu/#post-3934416)
 * I resolved it by `adding &menu_class=nav`. wherenav is the css class.
    So, it
   now looks like this: `<?php $html = wp_page_menu('menu_class=nav&title_li=&child_of
   ='.$post->ID. '&echo=0' ); echo $html; ?>`

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

The topic ‘style wp_page_menu’ is closed to new replies.

## Tags

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

 * 3 replies
 * 2 participants
 * Last reply from: [colophonius](https://wordpress.org/support/users/colophonius/)
 * Last activity: [12 years, 10 months ago](https://wordpress.org/support/topic/style-wp_page_menu/#post-3934416)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
