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
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.zipDeclares 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 ==
- Copy the
acf-separationfolder into yourwp-content/pluginsfolder - Activate the
Advanced Custom Fields: Separationplugin via the plugins admin page - Create a new field via ACF and select the Separation type
- 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.