Skip to main content

Load More Facet

Load More Facet requests the next batch of items for a connected target. It renders hidden offset and posts_per_page controls plus a visible button.

Props

GroupPropDefaultMeaning
SettingstargetemptyShared target ID.
Settingsbatch_size10Number of additional items requested per click.
ContentlabelLoad moreFallback label when the default slot is empty.
Stylingclassome-load-more-facet-defaultButton class.

Runtime Notes

  • The button uses the same target-scoped facet request flow as other controls.
  • It updates hidden offset state before requesting the next batch.
  • Normal facet changes reset load-more controls for the target.
  • Infinite scroll on Facet Target uses the same offset and batch-size concepts without a visible button.

Use Load More Facet when users should deliberately request another batch. Use target load_more_on_scroll when the page should fetch more automatically near the bottom of the target.