wp_get_archives
-
I’ve used
<?php wp_get_archives('type=monthly&show_post_count=1'); ?>before and it displays a list of months taking you to archive.php and a list of full posts all from that month.This new site I’m working on when I use
<?php wp_get_archives('type=monthly&show_post_count=1'); ?>The list I click on leads me to single.php, I just want to know why? Is there any way that the archives links go to archive.php instead? I don’t want one post per page.Regards Tara
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘wp_get_archives’ is closed to new replies.