WordPress – change previous next post links to post titles

The default WordPress setup on a post page is to link to the previous and next posts with the “previous” and “next” buttons.  But what if we want a more elegant solution, showing the titles of the previous and next posts instead?

Here is a simple solution which you are welcome to customize to your needs:

Edit your theme’s “functions.php” file (located under the /wp-content/themes/”your-chosen-theme” folder) and add at the bottom the following code:

You can customize the return strings in each function to your preferred phrasing. I used “Read about: post-title“.

Comment if this helped you or if additional help is required.

Leave a Reply

Your email address will not be published. Required fields are marked *