Opened 10 years ago
Last modified 6 years ago
#30994 new enhancement
Offset return for wp_get_archives
Reported by: | jefflange | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 4.2 |
Component: | Query | Keywords: | has-patch bulk-reopened |
Focuses: | Cc: |
Description
Adding offset to wp_get_archives is simple and can add a helpful feature.
Just as the 'limit' paramater allows results to be set to the first 10, for example, the offset parameter could allow the results to be set to 10-20, or from 15 and up.
I have some working code that I will submit as a patch.
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
Patch for 30994