Opened 20 years ago
Closed 20 years ago
#3110 closed defect (bug) (fixed)
wp_get_archives not working properly on daily view
| Reported by: | RuddO | Owned by: | westi |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.1 |
| Component: | Template | Version: | 2.0.4 |
| Severity: | normal | Keywords: | wp_get_archives bg|has-patch |
| Cc: | Focuses: |
Description
<?php wp_get_archives('type=monthly&show_post_count=1'); ?>
works and shows the post counts
<?php wp_get_archives('type=daily&show_post_count=1&limit=10'); ?>
doesn't show post counts (though the listing works)
what's wrong?
example:
Attachments (1)
Change History (4)
#1
@
20 years ago
- Keywords wp_get_archives added
- Milestone → 2.1
- Owner changed from to
- Status new → assigned
- Version → 2.0.4
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
wp_get_archivesonly seems to use this parameter for monthly archives (and the new yearly archives in 2.1.I'll take this and put together a patch later today.