AgilePress Content Block for ACF
Display ACF content using custom tags in HTML with support for groups, repeaters, galleries, and conditionals.
Next Milestone 10
Unlock Exact Install Count
See the precise estimated active installs for this plugin, calculated from real-time ranking data.
- Exact install estimates within tiers
- Track install growth over time
- Milestone progress predictions
Rank Changes
Downloads Growth
Upgrade to Pro
Unlock 30-day, 90-day, and yearly download history charts with a Pro subscription.
Upgrade NowReviews & Ratings
Tracked Keywords
Showing 0 of 0| Keyword | Position | Change | Type | Updated |
|---|---|---|---|---|
| No keyword data available yet. | ||||
Unlock Keyword Analytics
Track keyword rankings, search positions, and discover new ranking opportunities with a Pro subscription.
- Full keyword position tracking
- Historical ranking data
- Competitor keyword analysis
Support Threads Overview
Track This Plugin
Get detailed analytics, keyword tracking, and position alerts delivered to your inbox.
Start Tracking FreePlugin Details
- Version
- 1.1.0
- Last Updated
- Feb 13, 2026
- Requires WP
- 6.1+
- Tested Up To
- 6.9.4
- PHP Version
- 7.0 or higher
- Author
- AgilePress
Support & Rating
- Rating
- ☆ ☆ ☆ ☆ ☆ 0
- Reviews
- 0
- Support Threads
- 1
- Resolved
- 0%
Keywords
Upgrade to Pro
Unlock keyword rankings, search positions, and detailed analytics with a Pro subscription.
Upgrade NowSimilar Plugins
Frequently Asked Questions
Common questions about AgilePress Content Block for ACF
{{team_members}}
<div>{name} - {position}</div>
{{/team_members}}
Content if field exists and is not empty
{{/if}}
{{#if status = active}}
Content if status equals "active"
{{/if}}
{{#if status != draft}}
Content if status is not "draft"
{{/if}}
{{#if featured}}
Featured content
{{#elseif popular}}
Popular content
{{#else}}
Regular content
{{/if}}
How do I display image galleries?
Gallery fields work the same as repeaters. Use {{gallery_field}} with image sub-fields like {url}, {alt}, {caption} to loop through all images.
Example:
{{gallery}}
<img src="{url}" alt="{alt}" />
{{/gallery}}
Group fields: access sub-fields using colon notation {group:subfield}
Repeater fields: loop through rows with {{repeater}}...{{/repeater}}
Gallery fields: loop through images (exposes {url}, {alt}, {caption}, {width}, {height}, etc.)
Image fields: automatically extracts the URL
Link fields: extracts url, title, and target
True/False fields: use with conditionals for show/hide logic
Do I need Advanced Custom Fields installed?
Yes, this block requires Advanced Custom Fields (free or PRO version) to be installed and activated. Without ACF, the block will display a message asking you to install it.
Can I use HTML tags?
Yes! You can use any HTML markup along with your ACF field tags. The block preserves your HTML structure while replacing the field tags with actual values. All HTML is sanitized using WordPress security functions.
Can I nest repeaters or conditionals?
Currently, nested repeaters and nested conditionals are not supported. However, you can use repeaters and conditionals at the same level and combine them with group fields for complex layouts.
Does this work with ACF PRO features?
Yes, the block works with both ACF free and PRO versions. It supports all standard field types including those exclusive to PRO like repeaters, flexible content (as repeaters), and gallery fields.
Where can I get support?
For support, please visit the plugin's support forum on WordPress.org or contact AgilePress directly.