Archived topic
Setup Ajax Load More plugin (Infinite Scrolling) for Generatepress
1 reply · Started by IBNU AHMAD on August 9, 2021
Hi,
I'm trying to setup this plugin using their documentation here: https://connekthq.com/plugins/ajax-load-more/docs/add-ons/single-posts/
Here's the screenshot: https://imgur.com/rKyDrAP
Question is, how do I add this code to single.php? Is it using Snippets plugin or Elements hook?
Hi there,
As per the plugin's recommendation, it's best to add a child theme for this.
Read more about child theming here - https://docs.generatepress.com/article/using-child-theme/
And then create single.php file containing the code suggested for GeneratePress from that same documentation.