It seems like using wp code snippets used to be more intuitive, from what I remember. I could be wrong. I wanted to show my blog categories in the sidebar, but I didn’t want to have an unstyled label so I could add my own, without having to add anything to the stylesheet. After some googling, here is the path to better category display for minimally styled blogs:

wp_list_categories(‘title_li=’); ?>

Makes sense I guess, but it was annoying trying to figure it out. RTFM Jeff, sheesh.

Leave a Reply