WPThumbs
Themes Plugins By purpose By industry Best-of lists Fix it guides
Free Plugin by badabingbreda v1.1.5

Easy ACF Connect For Themer

Description Easily connect ACF fields in Beaver Themer. No need to remember the fieldnames, easily select from the dropdown.

Easy ACF Connect For Themer

The facts

Rating
5★ from 5
Active installs
100+
Price
Free
Last updated
17 Oct 2020
Added
Sep 2018
Requires WP
4.7
Tested up to
WP 5.5.20
Requires PHP
5.6
Downloads
3,618

Our analysis

AI-assisted

Easy ACF Connect For Themer is a WordPress plugin designed to facilitate the connection of Advanced Custom Fields (ACF) within Beaver Themer. It allows you to easily select field names from a dropdown menu, eliminating the need to remember them. The plugin supports various field types and can return values from the current post, other posts, user IDs, tax terms, or ACF Options pages.

The plugin also includes functionality for adding conditional rules using ACF fields. However, it does not support conditional rules for third-party field types. This plugin is suitable for users who work with ACF and Beaver Themer and need a straightforward way to connect and manage custom fields.

Best for: This plugin is best for WordPress developers using ACF with Beaver Themer.

What it does well

  • Connects ACF fields easily in Beaver Themer
  • Dropdown selection for field names
  • Supports multiple field types
  • Allows conditional rules for ACF fields
  • Free to use from WordPress.org

Where it falls short

  • No support for conditional rules on third-party field types
  • Limited to the field types listed

Verdict

Easy ACF Connect For Themer provides a simple solution for integrating ACF fields into Beaver Themer, though it has limitations regarding third-party field types.

From the developer

badabingbreda's own description of Easy ACF Connect For Themer, lightly tidied.

Description

Easily connect ACF fields in Beaver Themer. No need to remember the fieldnames, easily select from the dropdown. It returns all fieldnames, across all fieldgroups.

Easy ACF Connect for Themer also supports ACF Fields on the current post, another post, user_id, tax_termid or even from your ACF Options pages.

Select the Easy ACF Connector… Then simply select the fieldname.

Using the Conditional Logic filter

Easy ACF Connect for Themer also supports adding conditional rules using ACF Fields on the current post or from your ACF Options pages. For that select either “Easy ACF Field” or “Easy ACF Option Field”.

Supported fieldtypes:

  • color-picker
  • date-picker
  • date-time-picker
  • email
  • file
  • flexible content
  • gallery
  • group
  • image (array, url or image ID)
  • link
  • message
  • number
  • page link
  • password
  • post object
  • checkbox
  • radio
  • range
  • relationship
  • repeater
  • taxonomy
  • select
  • text
  • textarea
  • time_picker
  • true_false
  • url
  • user
  • wysiwyg

Please note that field support means that it will return the ACF-value as a variable (object, array, string or number). It’s up to the module to handle the returned variable.

Adding support for more fieldtypes in list

If you use any third party or custom fieldtypes for ACF ( which can be found on https://awesomeacf.com ) you can add those using a filter in your function.php:

add_filter( 'easy_acf_accepted_acf_field_types' , 'my_custom_add_acf_field_types' );

/**
 * Callback that adds one or more fieldtypes to the the easy_acf_accepted_field_types filter
 * @param  {array} $fieldtypes array with name->value, label->value pairs
 * @return {array}
 * @since 1.0.0
 */
function my_custom_add_acf_fieldtypes( $fieldtypes ) {
    $new_fieldtypes =  array(
            array( 'name' => 'custom_fieldtype'         , 'label' => 'Custom Field Type' ),
        );

    $fieldtypes = array_merge( $fieldtypes , $new_fieldtypes );
    return $fieldtypes;
}

Conditional Rules for 3rd party fieldtypes

There is currently no support or way to extend for 3rd party fieldtypes using the conditional rules. This means that you won’t be able to pick fieldtypes based on the type. Use the conditional rules provided by Beaver Themer instead, but you will need to enter the fieldname manually.

version history:

v1.1.5

Read the full description on the official page →

Tagged as

Alternatives

Other plugins for custom content structures.

Ad Inserter

Manage Google AdSense ads, banners, ad rotation, sticky widgets, AMP ads, ads.txt, tracking, header and footer...

Free 300k+ installs 4.9★ (2,428)
Advanced Custom Fields

ACF helps customize WordPress with powerful, professional and intuitive fields. Proudly powering over 2 millio...

Free 2M+ installs 4.5★ (1,438)
Simple Custom Post Order

Easily reorder posts, pages, custom post types, and taxonomies with intuitive drag-and-drop sorting in the Wor...

Free 300k+ installs 4.8★ (569)
WP Activity Log

The #1 user-rated activity log plugin for event logging, activity monitoring and change tracking.

Free 300k+ installs 4.7★ (488)
Custom Post Type UI

Admin UI for creating custom content types like post types and taxonomies

Free 1M+ installs 4.6★ (276)