nickdavis/facetwp-infinite-scroll
Composer 安装命令:
composer require nickdavis/facetwp-infinite-scroll
包简介
WordPress plugin which adds infinite scroll functionality to FacetWP templates. Requires developer config.
README 文档
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 > FacetWPscreen 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.
统计信息
- 总下载量: 111
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-05-02