Hi,
Is it possible to archive by the day and list is at the sidebar?
Cheers,
Vincent
Hi,
Is it possible to archive by the day and list is at the sidebar?
Cheers,
Vincent
The template tags get_archives() and wp_get_archives() provide a 'type' parameter that allows you to set archive links to daily, weekly, monthly (the default) or by post:
http://codex.wordpress.org/Template_Tags/get_archives
http://codex.wordpress.org/Template_Tags/wp_get_archives
This topic has been closed to new replies.