#9 closed enhancement (fixed)
wp_list_cats() always shows children categories
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | General | Keywords: | |
Focuses: | Cc: |
Description
Documentation for wp_list_cats() in the wiki states:
children - boolean - TRUE or FALSE;
Whether you want to hide or show the
children of the main categories
(top categories only)
When set to "children=FALSE", the only appearant difference is that children categories are output, they're just not nested in the display.
Attachments (2)
Change History (10)
#3
@
19 years ago
Displaying only top-level categories is _exactly_ what I wanted to do. Then I'll include logic to see if the reader is looking at a specific category. If they are, then that categories' children categories should be displayed nested underneath it.
Note: See
TracTickets for help on using
tickets.
As it stands, 'children' determines whether the child categories are displayed hierarchically or not. Perhaps it would be best to rename 'children' to 'hierarchical' and update the documentation.
Should there be a 'children' option? Is it desirable to be able to display only the top-level categories? Seems to me somebody will want to do this at some point.