I’m having the same issues… here’s what I have:
<?php the_content(‘Read on…’); ?>
<?php link_pages(‘<p class=”more”>’,”, ‘next’, ‘ Next Page »’, ‘« Previous Page ‘); ?>
… which is exactly as is in my single.php (where the next page links are displaying).
Help?