该插件尚未通过WordPress的最新3个主要版本进行测试。 当与较新版本的WordPress一起使用时,可能不再受到维护或支持,并且可能会存在兼容性问题。

Infinite Scroll and Ajax Load More

描述

Forgot the next page click and wait for the load list of the posts on the next page.

By using the Infinite scrolling you can list out all post on the same page by just scrolling the page down.

The another choice is you put the “Load More” button by using the shortcode, by click on the load more button some list of post are display on the same page.

This plugin use in the all the listing page of the blog like archive, category and author.

Features

Fully customizable to adapt to your site and theme.

Override the template loop file in your theme and you can change layout of the posts listing.

For the override create “ajax-load-more” directory under the theme folder and copy “content-loop.php” file from plugin “templates” directory and put on the “ajax-load-more” directory make required changes on loop file.

For the Infinite scrolling just install the plugin, make setting and just scroll.
You can change the loader image from the settings.

For the Infinite scrolling you can add the class names for the selector.
Also for the load more button you can change the button color and text.

屏幕截图

  • Infinite Scroll setting.
  • Infinite Scroll screen.
  • Infinite Scroll show more post screen.
  • Ajax Load more button screen.
  • Ajax Load more button show more post screen.

安装

Easiest way:
1. Upload the plugin files to the /wp-content/plugins/plugin-name directory, or install the plugin through the WordPress plugins screen directly.
2. Activate the plugin through the ‘Plugins’ screen in WordPress
3. Use the Settings->Plugin Name screen to configure the plugin

常见问题

How to override the template loop file.

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.

Where to put shortcode?

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]’);

评价

阅读所有3条评价

贡献者及开发者

「Infinite Scroll and Ajax Load More」是开源软件。 以下人员对此插件做出了贡献。

贡献者

更新日志

1.0

First version