Using wp_get_archive without archive.php?
-
Hello.
I am struggling to get the Archive to be viewed according to the the php template I decide. My problem is that when I click on an archive (July 09) I have included a template, but for some reason it includes one single post at the start before including my template.
I am not using archive.php but have used this code in the index.php:
<?php if(is_archive()) : include(TEMPLATEPATH . '/category-blogg.php'); endif ?>
Where in the general-template.php can I edit what Archives show when clicking on it?
– Mokie
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Using wp_get_archive without archive.php?’ is closed to new replies.