Custom post type Ajax load more is the flexible solutions for WordPress to load only some of the posts and another posts will be load with infinite scroll or load more and you can create beautiful blog listing quickly.
If you are looking for large number of posts listing in single page then Custom post type Ajax load more is the right choice.
Key Features
✅ Custom post type Ajax load more is the using WordPress standard query with the many parameters like Post Type, Post Status, Category Taxonomies and more.
✅ Setup security level, you can select post type and post status that only allow to load.
✅ You can create own template to customized listing behavior and overwrite into your theme easily.
✅ Lightweight, Faster and powerful performance.
✅ 3 types of inbuilt template layouts.
How to Use
Lightweight Custom post type Ajax load is very simple way to use, you just put short-code anywhere.
Shortcode:
[cpt_ajax_load_more post_type="post" template="default" posts_per_page="6"]
PHP Code:
'blog-list',
'post_type' => 'post',
'post_staus' => 'publish',
'template' => 'default'
);
echo cpt_alm_render($args);
?>
Extend Functionalities
Developer can extend the functionalities using WordPress standard hooks and filters
Demos and Examples
Docs
You can find
docs and more details about Custom post type Ajax load more on
blacktheme.net
1.6.0 - July 28, 2021
- NEW - Added a new feature to disable nonce verify in ajax call.
- NEW - Added new feature to disable the default CSS.
- FIX - Multiple post type issue.
- FIX - Fixed wrapper and item class issue.
- FIX - Border issue in Safari of default layout.
1.5.1 - October 13, 2020
- FIX - Category parameters is not working.
- FIX - Multiple post types not working.
- FIX - Gutenberg page update issue.
1.5.0 - September 9, 2020
- NEW - Added shortcode builder button for editor.
- FIX - Fixed queryArguments filter not working after ajax load more.
1.0.0
initial version