Remove links from wp list categories
-
I am using wp list categories to create a menu listing a series of categories, sub categories, sub sub categories and so on…
<?php wp_list_categories('depth => 0&title_li='); ?>
I want to remove the link from the outermost parent category. I have searched the documentation for this with no luck. Any help would be much appreciated. Ta
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Remove links from wp list categories’ is closed to new replies.