Is the 'separator' parameter for wp_list_categories() broken??
-
I am trying to create a list of categories without a heading and a comma in between each. I am able to remove the heading, but I can’t get the comma inserted. I am using the ‘separator’ parameter, but it’s still not working… my code is:
<?php wp_list_categories( array('separator'=>',','title_li'=>'') ); ?>
Anyone have any idea how to fix this?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Is the 'separator' parameter for wp_list_categories() broken??’ is closed to new replies.