Outputting Blogroll
-
I’d like to output my blogroll in this format:
<h2>Category 1</h2>
<ul>
<li>Link 1</li>
<li>Link 2</li>
</ul>
<h2>Category 2</h2>
<ul>
<li>Link 3</li>
<li>Etc...</li>
</ul>I’ve played around with the template tags (specifically wp_list_bookmarks), but still can’t seem to coax the output in this format. I’m using WordPress 2.1. Can anyone help?
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Outputting Blogroll’ is closed to new replies.