Sorting Blogroll By Category
-
I’m looking to change my theme. In my current one, my blogroll is divided into several categories (blogs, podcasts, etc), and they are sorted by the following:
<?php get_links_list(‘id’); ?>
The theme I want uses the following for the blogroll:
<?php get_links(-1, ‘
- ‘, ‘
‘, ‘ – ‘); ?>
Simply substituting the code sorted the blogroll by the categories, but the headers for the categories were in an incompatible font. How can I change the class for the category header?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Sorting Blogroll By Category’ is closed to new replies.