I have a post page, which is index.php.
On here, I have this piece of code:
<?php wp_get_archives('type=monthly'); ?>
This displays the months that posts have been made. But for some bizzare reason, when I click on any of these months, It just goes to another random page, for example my about page?
Anyone have any ideas?