Query Builder / Repeaters
This is a Pro feature. Upgrade your plan to access it.
What Is the Query Builder?
The query builder (also called repeater) lets you loop through a set of WordPress posts and render each one with a custom layout. Think of it as a visual WP_Query.
Creating a Repeater
- Add a Repeater element to your page
- Open its settings to configure the query
- Design the layout for a single item inside the repeater
- Each item in the query results will use your layout with dynamic data
Query Options
- Post Type — Posts, pages, products, or any custom post type
- Taxonomy Filters — Filter by category, tag, or custom taxonomy
- Order — Date, title, menu order, random, or meta value
- Posts Per Page — Control how many items to show
- Offset — Skip a number of posts
- Exclude — Exclude current post, specific IDs, or sticky posts
Layout Modes
The repeater container supports:
- Grid — CSS Grid with configurable columns and gaps
- Flexbox — Flexible row/column layouts
- Slider — Carousel mode with navigation and autoplay (Pro)
Pagination
Enable pagination to split results across multiple pages. Supports numbered pagination and load-more buttons.
Nested Queries
Repeaters can be nested for complex layouts — for example, a category grid where each category contains its latest posts.