For some reason the title text is of the form: View all posts filed under <whatever category is> no matter whether I change the parameter setting to use category description for title to 1 or 0 (when calling the function).
I have looked at wp_list_categories() and can't find any code there that I can use to change this default text.
Any ideas?
Maybe you should be looking at the_category?. Add to which, the "View all posts filed under" text is normally hardcoded in the template file.
Hey thanks for the reply.
I was looking to change the text for the list of categories in a sidebar as opposed to the category in the loop.
Anyway the problem is solved now, I did a better search and found this thread: http://wordpress.org/support/topic/255275?replies=3 which mentions the classes file. More code to play with :)
hm.. can't see the link to change status to resolved..