Add class to <li> with subpages
-
Hi,
I have a theme with a dropdown menu.
This is the code of the clean HTML:<ul> <li class="first"><a href="#">Menu item 1</a></li> <li class="submenu"> <a href="#">Menu item 2</a> <ul> <li><a href="#">Sub item 1</a></li> <li><a href="#">Sub item 2</a></li> <li><a href="#">Sub item 3</a></li> </ul> </li> <li><a href="#">Menu item 3</a></li> </ul>
You can see that I need the class “submenu” for the li item that has subpages.
Can someone help me to add a custom class to that li item.
What WordPress give is:<li class="page_item page-item-10">
.Thanks!
Derk
- The topic ‘Add class to <li> with subpages’ is closed to new replies.