#6046 closed defect (bug) (wontfix)
wp_list_bookmarks not honoring title_li
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | Template | Keywords: | |
Focuses: | Cc: |
Description
I had this problem a few months ago and thought it might be some misconfiguration somewhere on my part, but someone else just tipped me off on it and I reconfirmed it. wp_list_bookmarks will NOT honor title_li whatsoever. I'm not sure what's going on exactly.
Change History (5)
#2
@
17 years ago
I'm not sure what to make of this. I've been talking to a few people and it could be argued both ways. I think it's more or less a lack of documentation that started this whole thing.
According to DD32 in #wordpress-dev, the default is to organise it into categories, In that case, it uses the category names as the title. If you set categorize to 0 then it doesnt categorize the results, and uses title_li instead for the title.
So essentially if I'm understanding this right, for those of us who have 1 set of links, it's really frustrating. Those with multiple categories will find it convenient.
I think the best approach would be to reorganize/tidy things up a bit here.
Apparently <?php wp_list_bookmarks('categorize=0&title_li=Title'); ?> works. But that's only if you pass categorize=0 through it as well. Should it be that way?