开发者 | arpit-patel |
---|---|
更新时间 | 2022年2月4日 18:01 |
PHP版本: | 5.6 及以上 |
WordPress版本: | 5.6 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
/wp-content/plugins/plugin-name
directory, or install the plugin through the WordPress plugins screen directly.For the override create the a folder "ajax-load-more". Go to the "wp-content/plugins/infinite-scroll-ajax-load-more/templates" from here copy "content-loop.php" file and paste in your theme ajax-load-more folder. Now you can make the change in the "content-loop.php" file located in theme.
Put the shortcode after the end of while loop and remove the pagination code. you can put this code in index.php, archive.php do_shortcode('[ajax-loadmore-button]');