I would like to use the next_posts_link and previous_posts_link from the archive.php in the single.php, but if I cut and paste the links from archive.php and paste into index.php they don't work (there not clickable).
From archive.php
<?php next_posts_link('« Older Entries') ?> | <?php previous_posts_link('Newer Entries »') ?>
From index.php
<?php previous_post_link('« %link') ?> | <?php next_post_link('%link »') ?>