Opened 16 years ago
Closed 12 years ago
#9875 closed defect (bug) (fixed)
Postcount not set for parent in category dropdown.
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 3.0 |
Component: | Taxonomy | Keywords: | has-patch |
Focuses: | Cc: |
Description
When showing categories in a dropdown with show_count and hierarchical , the parent of the categories won't show the total amount of posts of its children.
When selecting a list this teh total amount is shown.
Attachments (1)
Change History (13)
#4
@
15 years ago
- Milestone changed from 2.9 to Future Release
No community testing of patch > punting b/c we're in beta.
#5
@
15 years ago
- Keywords has-patch removed
- Version changed from 2.8 to 2.9
Postcount in the dropdown is not the sum of the parent and children.
#6
in reply to:
↑ description
@
15 years ago
- Keywords reporter-feedback added
Replying to petervanderdoes:
When showing categories in a dropdown with show_count and hierarchical , the parent of the categories won't show the total amount of posts of its children.
Well, should it? Is this a bug or a enhancement / feature request? Please name the API functions you're experiencing this.
#7
@
15 years ago
- Keywords reporter-feedback removed
It works that way in the wp_list_categories, not in wp_dropdown_categories
The padcount_in_dropdown patch should fix the bug.