Next and Previous blog navigation within the same category
-
Hi,
I need to be able to alter the behavior of the previous and next post widget to only show posts in the same category in the Twenty Twenty-Three theme. I created my own child theme to be able to add my customisations.
I have found plenty of code explaning how to do this with non FSE themes (for instance this one; but many more if you google “wordpress next/previous post in same category”) and in the past it could be done by modifying the navigation.php and adding true to the two functions:
$prev_post = get_previous_post(true);
$next_post = get_next_post(true);So, how can I do the same now with a FSE site? Cause I can’t find any PHP files where to edit this. What is the recommended best practice?
Thanks!
The page I need help with: [log in to see the link]
- The topic ‘Next and Previous blog navigation within the same category’ is closed to new replies.