• I am using WP 2.1 and am having a problem with my categories. I use this to list the categories:
    < ? php _e(‘Categories’); ?>< ? php wp_list_cats(‘sort_column=name&optioncount=1’); ? >
    And it will list the categories no problem. The problem is that i have those annoying “bullets” or
    < li > dots next to the categories. You can see what i am talking about by going to https://www.mytimewithgod.net and on the left you will see categories. I would like to get ride of those “dots” and replace them with >> (»). Can some nice person inform me on how to do this?

Viewing 2 replies - 1 through 2 (of 2 total)
  • You need to find the area in your style sheet that corresponds to those particular < li > and add “list-style-type: none”.

    Thread Starter carnold

    (@carnold)

    Thanks for that. They are removed. Is it possible to put >> in front of the category?
    Ex.
    >>Sports
    >>child of Sports
    >>Play

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Category “dots”’ is closed to new replies.