Is there a plugin which can create an Archive page for a limited date range?
Thanks.
|
Is there a plugin which can create an Archive page for a limited date range? Thanks. |
|||
|
|
|
The WordPress wp_get_archives() function makes this really easy. At the bare minimum, you can specify the type and the limit and it will return a collection of posts within that range. |
|||
|
|