Ticket #6808 (closed enhancement: fixed)

Opened 5 months ago

Last modified 2 months ago

Add exclude_category argument to wp_list_bookmarks()

Reported by: ionfish Assigned to: anonymous
Priority: normal Milestone: 2.6
Component: Template Version: 2.5
Severity: minor Keywords: has-patch
Cc:

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

exclude_category.diff (0.7 kB) - added by ionfish on 04/22/08 22:12:17.
exclude_category-2.diff (1.2 kB) - added by ionfish on 06/24/08 12:47:55.
Add exclude_category to defaults

Change History

04/22/08 22:12:17 changed by ionfish

  • attachment exclude_category.diff added.

06/23/08 17:17:29 changed by ryan

exclude_category needs to be in defaults.

06/24/08 12:47:55 changed by ionfish

  • attachment exclude_category-2.diff added.

Add exclude_category to defaults

06/24/08 12:48:36 changed by ionfish

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

06/24/08 17:44:30 changed by ryan

  • status changed from new to closed.
  • resolution set to fixed.

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