Adding extra class to li item with sub pages
-
I was hoping can some one help me in a adding a class “dropdown” to all the list items that has subpages below them when i call wp_list_pages
eg.
<ul> <li class="page_item page-item-2"><a href="#">main 1</a></li> <li class="dropdown page_item page-item-4"><ahref="#">main 2</a> <ul class="children"> <li class="page_item page-item-6"><a href="#">Sub 1</a></li> <li class="page_item page-item-9"><a href="#">Sub 2</a></li> </ul> </li> </ul>
please help
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Adding extra class to li item with sub pages’ is closed to new replies.