WordPress Ajax Load More and Infinite Scroll

plugin banner

Great way to load initial posts and load other posts by just click on load more button or infinite scrolling.

Author:Tushar Gohel (profile at wordpress.org)
WordPress version required:4.0
WordPress version tested:5.8
Plugin version:1.6.0
Added to WordPress repository:06-08-2020
Last updated:28-07-2021
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:100
Rated by:3
Plugin URI:https://plugins.blacktheme.net/ajax-load-more
Total downloads:7 981
Active installs:600+
plugin download
Click to start download

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:

<?php 
 $args = array(
  'id' => '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


Screenshots
FAQ
ChangeLog