Listing blogrolls
-
Version 2.3.1, new install
Ideally, I’d like each category to be listed separately rather than all under one blogroll listing.
I have added 8 categories but links are still going in just under blogroll.
<?php get_links(-1, '<li>', '</li>', ' - '); ?>
The above is my “links” code — how would I edit that so each link category is listed separately?
Thank you.
Edit: I’m leaving this as is in case it helps someone else, but I simply changed the code to
<?php get_links_list(); ?>
- The topic ‘Listing blogrolls’ is closed to new replies.