Hi there,
This is the line used to navigate to the next and previous posts once already reading a post.
<?php previous_post_link('« %link |') ?>
<a href="<?php bloginfo('url'); ?>">Home</a>
<?php next_post_link('| %link »') ?>
How can I edit it so that it says "Next post" and "Previous post" rather than the actual name of the next/previous post?
Thanks, I appreciate your help.