I currently have the following sidebar code which displays my full blogroll:
(<?php get_links(-1, '
<li>', '</li>
', ' - '); ?>)
I would like to use a code that will display links in only one category (by category ID) instead of the full blogroll. Can anyone post (or direct me to) a code that will do that?
Thank you.