I have a theme and for some reason Previous Entries and Next Entries won't show on screen. Here is what I've got:
<div>
<?php php next_posts_link('','','« Previous Entries') ?> |
<div class="alignright"><?php previous_posts_link('','Next Entries »','') ?></div>
</div>
<?php comments_template(); ?>
<?php endwhile; ?>
The symbol placed in between the links appears on screen without a problem, but those two links are missing. I urgently need help with this so if anyone knows what is causing the problem please let me know.