add class to wp_list_cats?
-
There is no text at codex.www.ads-software.com/Template_Tags/wp_list_cats that states how to do this: ‘<li class=menuitem>’, ”
I’ve looked around extensively, found the following on the Template Tags/wp list pages.
title_li=<h2>' . __('Pages') . '</h2>'
but was unable to incorporate it into the wp_list_cats:
<?php wp_list_cats('child_of=25','title_li=<li class=menuitems>','</li>'); ?>
Can someone give me an example how to go about Adding A Class to wp_list_cats Function?
rob
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘add class to wp_list_cats?’ is closed to new replies.