So, I am trying to do my own theme for 2.1, and am having some trouble-
Is there a way that i can modify how my category headings are displayed with...
<?php wp_list_bookmarks(); ?>?
I want to call my category name, as well as my category content list- but i think i want to do it in different statements.
Right now... i am using
<?php wp_list_bookmarks('category=8&show_images=1&show_description=0&orderby=url&title_li=0'); ?>
to list a single category at a time... (i am pretty ignorant with php... but have gone the lengths to read what all of this does... i have already read this...)
Are there any arguments that can separate the category header and list elements, and display either in the html tags I choose?
Thanks.