/elementor-acf-dynamic-tags

Primary LanguagePHPGNU General Public License v3.0GPL-3.0

Elementor ACF Dynamic Tags

This is a WordPress plugin that adds ACF dynamic tags support for the Elementor page builder.

Description

The Elementor ACF Dynamic Tags plugin allows you to use ACF fields in your Elementor templates. This enables you to create dynamic templates that pull data from custom fields.

Installation

  1. Upload the elementor-acf-dynamic-tags folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the 'Plugins' menu in WordPress

Usage

After installing the plugin, ACF fields will be available as dynamic tags in the Elementor template editor.

To add a dynamic tag:

  1. Edit your Elementor template
  2. Open the dynamic tags dropdown and select "ACF Dynamic Tags"
  3. Select the ACF field you want to insert

The field value will be output dynamically in your template.

Example

Adding the "subtitle" ACF text field as a dynamic tag:

<h2>{{ACF: subtitle}}</h2> 

This will output:

<h2>My Subtitle Text</h2>

Where "My Subtitle Text" is the value of the "subtitle" field.

Support

I scanned the repository and did not find any obvious bugs or errors. The code looks good overall. Let me know if you need any specific changes or find any issues!