Opened 16 years ago
Closed 16 years ago
#7847 closed enhancement (fixed)
Allow wp_list_bookmarks() to show images AND names
Reported by: | Otto42 | Owned by: | |
---|---|---|---|
Milestone: | 2.7 | Priority: | high |
Severity: | normal | Version: | |
Component: | General | Keywords: | has-patch |
Focuses: | Cc: |
Description
wp_list_bookmarks has a fairly serious shortcoming in that it cannot display both the image and the name of a given Link item, only one or the other. This is rather annoying when I want to show icons along with a name, like when showing links to other profiles of mine on various services (flickr, facebook, twitter, etc).
It would be nice if showing the name was an option, just as showing the images is. To this end, I added a "show_name" option to the _walk_bookmarks function, which functions similarly to the show_images option.
Patch attached.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
Add show_name option to wp_list_bookmarks capabilities.