Make WordPress Core

Opened 16 years ago

Closed 15 years ago

Last modified 15 years ago

#9729 closed defect (bug) (wontfix)

wp_list_bookmarks don't want to exclude_category when categorize=0&title_li=

Reported by: martinlabelle's profile martin.labelle Owned by:
Milestone: Priority: normal
Severity: normal Version: 2.7.1
Component: Taxonomy Keywords: needs-patch
Focuses: Cc:

Description

Hi!

I just discover a bug in the wp_list_bookmarks function.

If you use wp_list_bookmarks and you only want the links of some category without the heading, we have to use this command: wp_list_bookmarks('categorize=0&title_li=&exclude_category=2');

But it's not work! The function refuse to exclude the category, it shows every links. If I remove "categorize=0&title_li=", it do the exclusion, but show the heading...

(The turnaround that I found is to write the list of category I would to show: wp_list_bookmarks('categorize=0&title_li=&category=12');)

Thank you for resolve the bug!

Change History (6)

#1 @Denis-de-Bernardy
16 years ago

  • Keywords needs-patch added; wp_list_bookmark exclude_category not work removed
  • Milestone changed from Unassigned to Future Release

#2 @Denis-de-Bernardy
16 years ago

  • Milestone changed from Future Release to 2.9

#3 @Denis-de-Bernardy
16 years ago

  • Component changed from Template to Taxonomy

testing reveals the categorize=0 causes it.

#4 @azaozz
15 years ago

  • Resolution set to wontfix
  • Status changed from new to closed

No patch. No interest in 7 months.

#5 @lloydbudd
15 years ago

  • Milestone changed from 2.9 to Unassigned

#6 @nacin
15 years ago

  • Milestone Unassigned deleted
Note: See TracTickets for help on using tickets.