Tagged Questions
0
votes
1answer
170 views
wp_get_archives() output
Iv got this code in my blog.php:
<?php wp_get_archives( array( 'type' => 'monthly', 'limit' => 12 ) ); ?>
It links to:
/2013/01
My page only loads the header and footer - I think ...