Default Usage
1 2 3 4 5 6 7 8 9 10 11 12 13 |
<?php wp_get_archives( $args ); ?> <?php $args = array( 'type' => 'monthly', 'limit' => '', 'format' => 'html', 'before' => '', 'after' => '', 'show_post_count' => false, 'echo' => 1, 'order' => 'DESC' ); ?> |
By default, the usage shows:
Monthly archives links displayed
Displays all archives (not limited in number)
Displays archives in an
Nothing displayed before or after each link
Does not display the count of the number of posts