i'm using wp_nav_menu to generate a navigation menu for my theme. It works fine by selecting my created menus. But, what if i want to generate a list from my already created pages and subpages in wordpress ? I tried using wp_page_menu, which does what i want, but i cannot pass a css class parameter to the inside ul, in order to stylize my menu.
Does anyone know how i can do that ?
<ul>elements have the same class? – Johannes Pille Nov 14 '11 at 7:24