Yeah, I came from there before I posted this question.
Still need help. I don’t see any parameter that says “don’t show category headers, but maybe I’m blind?
Well, here’s my dirty approach (really, I feel dirty just looking at it)
<ul>
<?php wp_list_bookmarks('orderby=rand&category=20&title_before=<!--&title_after=-->'); ?>
</ul>
Yep, I’m commenting ’em out. lol.
You might search here in the forums for wp_list_bookmarks — I know I’ve seen a more graceful solution offered.
Did you try the categorize=0 parameter?
Intriguing… I don’t think that was there when I first converted to the 2.1 family.
Assuming it works, that’s a better answer.
Heh. it doesn’t work — titles are still generated.
<?php wp_list_bookmarks('categorize=0&title_li='); ?>
Works for me – no cat title displayed.
Thanks for the help guys, I figured out a solution!
[…] &title_li= […]
Thanks moshu – I was reading faster than I was thinking, and missed the key argument there.