AgilePress Content Block for ACF
by AgilePress 0 (0 reviews)

AgilePress Content Block for ACF

Display ACF content using custom tags in HTML with support for groups, repeaters, galleries, and conditionals.

AgilePress Content Block for ACF ranks #33,625 among WordPress.org plugins with 10+ active installations, is #2,255 of 4,994 in the Utilities & Tools category, and was last updated Feb 13, 2026. Data from WordPress.org, refreshed twice daily — see methodology.

Tested up to WP 6.9.9 (Current: 7.1.2)
v1.1.0 Current Version v1.1.0
Updated 7 months ago Last Update on 13 Feb, 2026
Refreshed 14 hours ago Last Refreshed on
#2,255 of 4,994 in Utilities & Tools Top 50% by installs
View on WordPress.org
Rank
#33,625
No change
Active Installs
10+
+233.3%
KW Avg Position
N/A
No change
Downloads
565
+1 today
Support Resolved
0%
No change
Rating
0%
Review 0 out of 5
0 (0 reviews)

Next Milestone 20

Total Progress 40%
10+ 20+
20,363
Ranks to Climb
-
Growth Needed
8,000,000
Active Installs
Pro

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
Upgrade to Pro
Need 6 more installs to reach 20+

Rank Changes

31,967 32,461 32,954 33,447 33,941 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026 23-09-2026
30,438 34,245 38,052 41,858 45,665 08-09-2026 09-09-2026 10-09-2026 11-09-2026 12-09-2026 13-09-2026 14-09-2026 15-09-2026 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026 23-09-2026
Current #33,625
Change
Best #

Upgrade to Pro

Unlock 30-day and 90-day rank history charts with a Pro subscription.

Upgrade Now

Active Installs Growth

Active Installs 0,000,000+
Growth +0.0%
Peak 0,000,000

Downloads Growth

0 10 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026 23-09-2026
0 10 08-09-2026 09-09-2026 10-09-2026 11-09-2026 12-09-2026 13-09-2026 14-09-2026 15-09-2026 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026 23-09-2026
Downloads
Growth
Peak

Upgrade to Pro

Unlock 30-day, 90-day, and yearly download history charts with a Pro subscription.

Upgrade Now

Reviews & Ratings

0.0
0 reviews
Overall 0%
5
0 (0%)
4
0 (0%)
3
0 (0%)
2
0 (0%)
1
0 (0%)

Frequently Asked Questions

Common questions about AgilePress Content Block for ACF

Simply wrap your ACF field name in single curly braces. For example, if you have a field named "title", use {title} in your HTML content.
Use the colon syntax: {group_name:sub_field_name}. For example, if you have a group called "location" with a field "latitude", use {location:latitude}.
Use double curly braces: {{repeater_name}} your HTML with {sub_field} tags {{/repeater_name}}. The content between the opening and closing tags will be repeated for each row. Example: {{team_members}} <div>{name} - {position}</div> {{/team_members}}
Use the {{#if}}...{{/if}} syntax. You can check if a field exists, equals a value, or doesn't equal a value: {{#if field}} 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}}
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}}
The block supports: Simple fields: text, textarea, number, email, url, wysiwyg, etc. 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
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.
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.
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.
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.

Sign In / Register

You need to sign in or register to use this feature.