Hi, my theme is not displaying a 'previous post' or 'next post' link
I believe the code for it (although slightly different) is in the single post loop already
<?php the_content( __('<p>Read the rest of this entry »</p>', 'arras') ); ?>
<?php wp_link_pages(array('before' => __('<p><strong>Pages:</strong> ', 'arras'),
'after' => '</p>', 'next_or_number' => 'number'));
I may be wrong of course, but even if i do enter the code <?php previous_posts_link(); ?>
<?php next_posts_link(); ?>
into the loop or even in individual post's i get nothing. It seems my theme just ignores the code, as if i have a setting wrong somewhere?
Any help much appreciated