Make WordPress Core

Opened 18 years ago

Closed 18 years ago

#6808 closed enhancement (fixed)

Add exclude_category argument to wp_list_bookmarks()

Reported by: ionfish Owned by:
Priority: normal Milestone: 2.6
Component: Template Version: 2.5
Severity: minor Keywords: has-patch
Cc: Focuses:

Description

wp_list_bookmarks() does not allow the exclusion of particular categories, despite the fact that get_terms() (which it uses to pull in categories) does. Attached is a patch that enables the exclusion of categories from the list generated by wp_list_bookmarks().

Attachments (2)

exclude_category.diff (750 bytes ) - added by ionfish 18 years ago.
exclude_category-2.diff (1.2 KB ) - added by ionfish 18 years ago.
Add exclude_category to defaults

Download all attachments as: .zip

Change History (5)

#1 @ryan
18 years ago

exclude_category needs to be in defaults.

@ionfish
18 years ago

Add exclude_category to defaults

#2 @ionfish
18 years ago

New patch reflects changes in wp_list_bookmarks() and adds exclude_category to defaults.

#3 @ryan
18 years ago

  • Resolutionfixed
  • Status newclosed

(In [8183]) Add exclude_category argument to wp_list_bookmarks(). Props ionfish. fixes #6808

Note: See TracTickets for help on using tickets.