WP Manifestindependent plugin directory
manifest / content / wp-ajax-load-more-posts

PBD AJAX Load Posts (Modernized)

Load Next WordPress Posts With AJAX Plugin by problogdesign.com, modified for the needs of my personal website http://olegs.be/

by Oleg Belousov · github.com/sgelob/wp-ajax-load-more-posts

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/sgelob/wp-ajax-load-more-posts/archive/refs/heads/master.zip

WordPress AJAX Load More Posts Plugin

A WordPress plugin that enables seamless infinite scroll functionality on your blog by loading additional posts dynamically via AJAX without page reloads.

Description

This plugin allows visitors to browse through your WordPress posts smoothly by clicking a "Load More" button or implementing infinite scroll. Posts are fetched asynchronously using AJAX, providing a modern, responsive user experience without the need for traditional pagination.

Original Plugin: Based on "Load Next WordPress Posts With AJAX" by problogdesign.com
Modifications: Enhanced and customized for olegs.be

Features

  • AJAX-powered post loading - Fetch posts without page reloads
  • Infinite scroll support - Automatically load more posts as users scroll
  • Lightweight & performant - Minimal overhead on server resources
  • Easy to customize - Adaptable to various WordPress themes and layouts

Installation

  1. Upload the plugin folder to /wp-content/plugins/
  2. Activate the plugin through the WordPress admin dashboard
  3. Configure settings as needed for your site

Usage

Once activated, the plugin will add a "Load More Posts" button or enable infinite scroll on your blog archives. Visitors can click the button to load additional posts dynamically.

License

Refer to the plugin files for licensing information.

Credits