WordPress plugin which adds infinite scroll functionality to FacetWP templates. Requires developer config.
Also requires the FacetWP WordPress plugin to be installed and activated.
Add the following code immediately after the loop / FacetWP template where you wish to have infinite scroll active.
<?= do_shortcode( '[facetwp facet="load_more"]' ); ?>
If it does not work straight away
-
Make sure that the FacetWP plugin is active.
-
Try re-indexing FacetWP via
Settings > FacetWP
screen in the WordPress admin. -
Make sure you added the shortcode outside the loop.
-
Make sure there are no JavaScript errors anywhere else on the page, by checking the browser console.
This plugin is not endorsed or released by the FacetWP development team.
With great power, comes great responsibility. Before you use this plugin consider whether you really need infinite scroll.