Weblazer Infinite Scroll for Block Themes

설명

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);
});

설치

  1. Upload the plugin directory to your /wp-content/plugins/ directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. The plugin will automatically detect post lists on your archive pages that use standard WordPress pagination classes.

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“Weblazer Infinite Scroll for Block Themes”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Weblazer Infinite Scroll for Block Themes”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.0.2 – 2026-04-16

  • ✅ Verified compatibility with WordPress 7.0.
  • 🚀 Maintenance release.

1.0.1

  • Renamed plugin to Weblazer Infinite Scroll for Block Themes to meet WordPress repository requirements.
  • Cleaned up marketing language in readme.
  • Improved prefixing for better compatibility.
  • Added support for custom events.

1.0.0

  • Initial public release.