Hello there,
I would like to add a Read Next button into a custom single layout that links to the next post. What is the {{}} shortcode to add to the button url?
Thanks!
Spencer
Hello there,
I would like to add a Read Next button into a custom single layout that links to the next post. What is the {{}} shortcode to add to the button url?
Thanks!
Spencer
Hello Spencer,
Thanks for writing to us.
I would suggest you please use the dynamic content code for the next and previous posts. You can insert the Button element where you need to add these codes for the next and previous post permalinks.
{{dc:post:permalink post="next"}}
{{dc:post:permalink post="prev"}}
In case you want to show the next/previous post title as well you can use these dynamic content codes.
{{dc:post:title post="next"}}
{{dc:post:title post="prev"}}
Hope it helps
Thanks
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.