Opened 4 years ago
Last modified 3 years ago
#9025 new enhancement
wp_list_categories lacks the vital options of wp_get_archives
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | Future Release |
| Component: | Template | Version: | 2.7 |
| Severity: | normal | Keywords: | has-patch needs-testing gsoc |
| Cc: | jidanni@…, wojtek.szkutnik@… |
Description
To achieve
Archives: 2004 (2); 2003 (1); Categories: Elections (1); Iraq (1);
One needs
<p>Archives:<?php wp_get_archives('format=custom&show_post_count=1&type=yearly&after=;'); ?>
Categories:<?php echo str_replace('<br />',';', wp_list_categories('style=&show_count=1&echo=0'));?></p>
As you see, wp_list_categories lacks the vital options of
wp_get_archives, forcing us to resort to str_replace.
Note: I am talking about HTML and do not wish to talk about CSS.
Attachments (1)
Change History (6)
wojtek.szkutnik — 3 years ago
comment:4
wojtek.szkutnik — 3 years ago
- Keywords has-patch needs-testing gsoc added
comment:5
wojtek.szkutnik — 3 years ago
- Cc wojtek.szkutnik@… added
Note: See
TracTickets for help on using
tickets.

Looks like this will not make it for 2.8 in feature freeze