Archived topic
NEXT POST BUTTON
5 replies · Started by Manuel on June 6, 2021
Hey, i want to change the next/previous post links into just one NEXT Button (no Previous) but it should go back in time not as now to the newest posts.
Please help.
Br
Manuel
Hi there,
Any chance you can link us to the site in question?
You can use the private information field.
Let me know :)
Try this CSS:
.post-navigation .nav-previous {
display: none;
}
I try to explain better: i have now pagination NEXT for only nextpage. thats ok and not the topic.
Want i want is to add a nextpost NEXT button. and it should go back in time not to newest posts
In that case it's probably easier to create your own custom post navigation using a block element:
https://docs.generatepress.com/article/block-element-post-navigation/