Archived topic
Show 3 Recent Posts after each single post.
3 replies · Started by Leon on November 26, 2017
Hi Tom,
I was thinking if there is a way to show 3 recent posts after each single post and only on single post page.
I have a plugin that generates 3 posts and determines how they are displayed.
Should I use GP hook to achieve this? If so, could you please let me know the detailed way to do it? Thank you in advance.
PS: I have their shortcode ready and they provide the code to put in theme files as well, like this: <?php echo do_shortcode("[pt_view id=efc8d842mz]"); ?>
Thank you!
Leon
Hi there,
Yup GP hooks should be the way. You can see where they are in this page:
http://demo.generatepress.com/hook-locations/
https://docs.generatepress.com/article/hooks-overview/
Hi Leo,
I've achieved what I wanted following the tutorial.
Thank you
Leon
No problem!