• Resolved Joe Hall

    (@redbmedia)


    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)
  • Thread Starter Joe Hall

    (@redbmedia)

    Apparently if you fail to include a space in the separator after the comma… it doesn’t work!

Viewing 1 replies (of 1 total)
  • The topic ‘Is the 'separator' parameter for wp_list_categories() broken??’ is closed to new replies.