Archived topic
How to add Recent Posts section after the blog post
1 reply · Started by Ravi Dixit on June 20, 2020
Hey there,
How can I add recent post section after the blog post and before comments section?
This is the recent post i want to add https://pasteboard.co/JdYPjKp.png
Thanks you
Hi there,
You can use a plugin like this:
https://wordpress.org/plugins/widget-shortcode/
Then add it using a hook:
https://docs.generatepress.com/article/hooks-element-overview/
https://docs.generatepress.com/article/hooks-visual-guide/
Or you can consider using WP show posts and insert it using a hook as well.