Opened 6 years ago
Last modified 4 years ago
#3567 new enhancement
Synchronize options for functions that display lists
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Future Release |
| Component: | Template | Version: | |
| Severity: | normal | Keywords: | needs-patch |
| Cc: |
Description
It would be nice if wp_list_cats, get_archives, wp_list_pages, etc, all had "format" and "before" and "after" options :)
Attachments (2)
Change History (22)
comment:4
foolswisdom — 6 years ago
- Milestone changed from 2.2 to 2.3
- Status changed from new to assigned
What do we want to unify? I'm thinking:
- 'before' - before each item
- 'after' - after each item
- 'format' - 'html' => <ul><li></li></ul>, etc, anything else is just $before . $whatever . $after.
comment:9
markjaquith — 6 years ago
comment:10
foolswisdom — 6 years ago
- Milestone changed from 2.3 to 2.4 (next)
comment:11
rob1n — 5 years ago
- Owner rob1n deleted
comment:12
ffemtcj — 5 years ago
- Milestone changed from 2.5 to 2.6
comment:13
thee17 — 5 years ago
- Owner set to thee17
- Status changed from new to assigned
comment:14
thee17 — 5 years ago
- Milestone changed from 2.6 to 2.7
comment:15
thee17 — 5 years ago
- Owner thee17 deleted
- Status changed from assigned to new
comment:16
matt — 5 years ago
- Milestone changed from 2.7 to 2.9
- Keywords dev-feedback 2nd-opinion added; hit-list removed
still current?
- Keywords needs-patch added; dev-feedback removed
i guess it is... wp_list_categories() among others
- Keywords 2nd-opinion removed
- Milestone changed from 2.9 to Future Release
Note: See
TracTickets for help on using
tickets.

Agreed.