nickdavis / facetwp-infinite-scroll
WordPress plugin which adds infinite scroll functionality to FacetWP templates. Requires developer config.
Installs: 109
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Type:wordpress-plugin
This package is auto-updated.
Last update: 2025-03-05 19:53:36 UTC
README
WordPress plugin which adds infinite scroll functionality to FacetWP templates. Requires developer config.
Also requires the FacetWP WordPress plugin to be installed and activated.
Setup
Add the following code immediately after the loop / FacetWP template where you wish to have infinite scroll active.
<?= do_shortcode( '[facetwp facet="load_more"]' ); ?>
Troubleshooting
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.
Disclaimers
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.