WP Manifestindependent plugin directory
manifest / content / acf-separate

Advanced Custom Fields: Separation

WordPress plugin that extends the ACF (Advanced Custom Fields) plugin to add a separator field for better visual clarity.

by Roman Jaster, Yay Brigade · github.com/yaybrigade/acf-separate · website

0stars
1forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/yaybrigade/acf-separate/archive/refs/heads/master.zip

Declares an update source (https://github.com/yaybrigade/acf-separate), so updates arrive through the plugin's own updater.

Readme

=== Advanced Custom Fields: Separation Field === Contributors: Roman Jaster, Yay Brigade Tags: ACF, Helper, Layout, Usability, Organize Requires at least: 3.6.0 Tested up to: 4.3 Stable tag: trunk License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html

Extends ACF (Advanced Custom Fields) plugin to add a separator field for better visual clarity.

== Description ==

Extends ACF (Advanced Custom Fields) plugin to add a separator field for better visual clarity.

You can use this field to add a horizontal rule between fields on the edit screen.

= Compatibility =

This ACF field type is compatible with:

  • ACF 5 only

== Installation ==

  1. Copy the acf-separation folder into your wp-content/plugins folder
  2. Activate the Advanced Custom Fields: Separation plugin via the plugins admin page
  3. Create a new field via ACF and select the Separation type
  4. Please refer to the description for more info regarding the field type settings

== Changelog ==

= 1.0.2 =

  • Small Fixes

= 1.0.1 =

  • CSS changes

= 1.0.0 =

  • Initial Release.

Read the full README on GitHub →