im using this code to display the child categories of a parent category
<ul>
<?php wp_list_categories('orderby=name&use_desc_for_title=0&child_of=10'); ?></ul>
how do i remove the word Categories above the child category list.
Picture sample..
im using this code to display the child categories of a parent category
<ul>
<?php wp_list_categories('orderby=name&use_desc_for_title=0&child_of=10'); ?></ul>
how do i remove the word Categories above the child category list.
Picture sample..
How about the parameter title_li=
thanks. :)
This topic has been closed to new replies.