I'm using WordPress 2.2.1
I saw a post on this but the answer was unclear.
I want to loop through the links list (blogroll) and have the categories display for each set of links. I have the links working as I want, but being unfamiliar with PHP and WordPress I'm not sure how to proceed.
I found the <?php wp_get_links(category); ?> attribute that I think will do what I want, but if someone could please post how to put this all together, that would be so very helpful.
Thank you!
Category
Link
Link
Category
Link
Link
etc....
My code so far -- this works fine but obviously no categories...
<?php get_links (with attributes)...>