Weblazer Infinite Scroll for Block Themes

Weblazer Infinite Scroll for Block Themes

Details
View on WordPress

Weblazer Infinite Scroll provides a way to add infinite scrolling to your WordPress archives. Built with performance in mind, it is written in Vanilla JS and relies on the native Intersection Observer API for efficient scroll detection.

This plugin is specifically optimized for modern WordPress block themes and the Query Loop block, ensuring seamless integration with the Site Editor. It also features URL synchronization, which updates the browser address bar as users scroll through different pages.

For Developers

You can hook into the event when new posts are loaded to re-run your custom scripts:

document.addEventListener('weblazer:infinite-scroll:posts-loaded', (e) => {
    console.log('Page loaded:', e.detail.page);
    console.log('URL:', e.detail.url);
});

Details

Plugin code:
weblazer-infinite-scroll-block-themes
Plugin version:
1.0.1
Author:
Outdated:
No
WP version:
6.8 or higher
PHP version:
7.4 or higher
Test up to WP version:
6.9.4
Total installations:
0
Last updated:
2026-04-16
Rating:
Times rated:
0
infinite-scroll
load-more
performance
query-loop
scrolling