Archived topic
next and previous links for pages
3 replies · Started by Pat on November 22, 2018
Hi
I have lots of pages of my site. So it is not feasible to create links manually.
Is there any easy way I can add next and previous links to my pages?
Also, I only want next and prev links on child pages not on the parent pages.
Hi there,
WordPress doesn't have this option by default, but maybe something like this will help?: https://stackoverflow.com/a/4535720
The first function can be added using one of these methods: https://docs.generatepress.com/article/adding-php/
Then you can try adding <?php siblings(); ?> into a hook using our Hook Elements: https://docs.generatepress.com/article/hooks-element-overview/
That worked perfect! Thanks
You're welcome :)