Hey,
I am using this code:
<?php wp_list_categories(); ?>
On my blog and it displays a list of all my categories great, but it also displays the title "Categories" at the top of the list.
How can I remove it from showing that title?
Thanks :)
Hey,
I am using this code:
<?php wp_list_categories(); ?>
On my blog and it displays a list of all my categories great, but it also displays the title "Categories" at the top of the list.
How can I remove it from showing that title?
Thanks :)
<?php wp_list_categories('title_li=); ?>
Thanks very much :)
And if anyone else has the same problem, don't forget the extra apostrophe at the end ;)
Whoops! Sorry about that...
I tried this but it isn't having any effect at all. Any other suggestions anyone?
@ipblue, what code do you have now in your source?
This topic has been closed to new replies.