Well what have you got so far?.. 🙂
Nothing more than what can be found on the ww.wp.xz.cn Codex Examples. To be honest—this has been something I just can’t get. I know it’s like asking for someone to hold my hand, but that’s exactly what I need—and I’m not good at asking for help.
wp_list_bookmarks outputs the link and description in the link tag..
Example:
<a href="http://somesite/link1" title="description-of-link">Link name</a>
The only way to extract that is with regex (regular expressions)… i’d personally say that’s an inefficient means to doing it though.
Else you’d need to write your own query or code to select and order the data how you want.
Unless someone else can think of an easier way?