by slickwebdeveloper on WordPress.org
The simplest plugin to render ACF Repeater field data or JSON data (from an array or URL) inside Elementor Loop Grids & Templates.

Widget settings panel in Elementor.
⚠️ Requires Elementor Pro
The simplest plugin to render ACF Repeater field data or JSON data (from an array or URL) inside Elementor Loop Grids & Templates.
🎥 Demo Videos:
This plugin enables you to loop through ACF Repeater fields, a local JSON array, or even a remote JSON response (via URL) — and render each row using an Elementor Template.
It gives you full control over how the data is displayed and supports subfield-to-dynamic-tag mapping — so your Elementor templates stay dynamic, flexible, and clean.
In many real-world projects, repeater fields aren’t always tied to the current post. You might have:
This plugin supports all three inside Elementor:
This feature lets you centralize repeater content and reuse it across templates without duplication.
Not using ACF? No problem.
You can display dynamic JSON data instead — perfect for API-driven content or structured data from external sources.
🧱 Two JSON Data Modes:
JSON Array — Paste your JSON array directly inside the widget settings.
[
{ “title”: “Book A”, “author”: “Author X”, “image”: “https://example.com/book1.jpg” },
{ “title”: “Book B”, “author”: “Author Y”, “image”: “https://example.com/book2.jpg” }
]
JSON URL (New in v1.0.3) — Fetch data dynamically from any endpoint or API URL.
Example:
https://api.example.com/books?category=fiction&user_id={{user_id}}
Use dynamic tags to inject values into the URL, making your data source truly dynamic.
ACF Repeater – Select your field key or name.JSON URL / Array – Paste JSON directly or provide a URL.