I am using the Kubrick style to control navigation back and forwards through posts.
My code is as follows:
<?php posts_nav_link('','','« Previous Entries') ?>
<?php posts_nav_link('','Next Entries »','') ?>
The resulting link is as follows:
http://eaton.net.nz/index.php?paged=2
This gives me an error page saying there is nothing to display, but there is.
You can see what happens here:
http://eaton.net.nz/
Is there anyone who can help me out here?