Hi
I’m looking to add custom related entries to an element within a page.
Is there a way to add a shortcode for previous and next entries that I can can then style?
See screengrab of what I want to create.
Kind regards
Duncan
Hey dweddell,
Thank you for the inquiry.
The theme has a post navigation by default, it’s the arrows with semi transparent background located at both edge of the screen. You can enable it by adjusting the Enfold > Single Post Options > Single Post Navigation settings.
But if you want to create your own custom shortcode, the following documentation should help.
// https://developer.wordpress.org/reference/functions/get_previous_post/
// https://developer.wordpress.org/reference/functions/get_next_post/
// https://codex.wordpress.org/Shortcode_API
Best regards,
Ismael
Many thanks, I’ll check these docs out :)