18th Feb '26
/
0 comments

WP Grid Builder’s Load More with ACF Repeater Bricks Query Loop

This Pro tutorial provides the code needed to make WP Grid Builder's Load More facet work with ACF Repeater items output by a Bricks query loop.

Consider these values for a sub field of a "Services" ACF Repeater:

After implementing the tutorial:

Step 1

Add a Load More type facet in WP Grid Builder.

Specify how many items should be shown each time (5 in the above example) - i.e., on the initial page load and after each click of the Load more button.

Step 2

Set up a ACF Repeater query loop and add a Facet element provided by the "WP Grid Builder - Bricks" integration plugin.

Step 3

Add the following in child theme's functions.php (w/o the opening PHP tag) or a code snippets plugin:

This is a BricksLabs Pro tutorial.

For full access login below or create your BricksLabs Pro account

Get access to all 613 Bricks code tutorials with BricksLabs Pro

Related Tutorials..

Pro
Posts Grouped by Post Dates in Bricks

Posts Grouped by Post Dates in Bricks

Setting up query loops for “Post Dates” with an the inner loop displaying all posts published on that day.
Categories:
Pro
Bricks Query Loop – How to Insert Elements After Every Nth Post

Bricks Query Loop – How to Insert Elements After Every Nth Post

Update: Follow this tutorial instead. This Pro tutorial provides the steps to output element(s) in a Bricks' query loop after every nth post. Use case:…
Categories:
How to Show Future Events in Bricks

How to Show Future Events in Bricks

One of the common requirements in WordPress is being able to filter the events (or could be posts of any post type) to only those…
Categories:
Pro
Query Loop Index in Bricks

Query Loop Index in Bricks

This Pro tutorial provides the code for getting the index of each post in Bricks' query loops. This can be used for either outputting the…
Categories:
Pro
Nested Meta Box Query Loop Inside a CPT Query Loop in Bricks

Nested Meta Box Query Loop Inside a CPT Query Loop in Bricks

This Pro tutorial provides the steps for setting up a cloneable Meta Box group query inside a CPT query in Bricks. Scenario: CPT: course Meta…
Categories: