Byte Digital Themes

Load more

Append-style pagination that doesn't navigate away.

Updated 2026-05-09

Section setting → Pagination = load_more. Shows a "Load more articles" button at the bottom of the grid.

Behavior

  • Click button → fetches next page's HTML in the background
  • New article cards append to the existing grid (no scroll jump)
  • Button URL updates to the next page; if no more pages, the button is removed
  • On error: falls back to navigation (full page load)

Performance

  • Uses fetch() + DOMParser to extract just the article cards from the next page response
  • No script needs to load the entire page client-side

Tips

  • Combine with editorial card sizing (large) and 3-column grid for a magazine-style infinite-feel without true infinite scroll.
  • Numbered pagination is better for SEO if your blog drives organic traffic.
Need a hand? Contact support.