WP Manifestindependent plugin directory
manifest / admin / acf-divider

ACF Divider

Admin-only ACF field for visually separating and grouping fields (Line, Spacer, Section).

by David Brabyn · github.com/dbrabyn/acf-divider

0stars
0forks

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/dbrabyn/acf-divider/archive/refs/heads/main.zip

Readme

ACF Divider

An admin-only ACF field type for visually separating and grouping fields in the WordPress editor.

ACF Divider is a non-data field type that adds visual separation and grouping — Line, Spacer, and Section start/end — directly on the WordPress content edit screen. It works with both Advanced Custom Fields (free) and ACF Pro, v5 and up, and renders nothing on the front end.

Installation

  1. Copy the acf-divider folder into wp-content/plugins/.
  2. Activate the plugin from the WordPress Plugins screen.
  3. Add a Divider field (found under the Layout group) to any ACF field group.

Features

  • Line — configurable thickness, style, color, and spacing, with an optional label.
  • Spacer — configurable height for adding vertical whitespace.
  • Section start/end — group fields visually with selectable treatments:
    • Background fill
    • Left accent bar
    • Full border box
  • Per-instance settings via ACF's native field UI.
  • Works inside repeaters, flexible content, and nested groups (Block and Row layouts).
  • Conditional-logic aware.

License

Released under the GPL-2.0-or-later license.

Screenshots

Screenshots coming soon.

Read the full README on GitHub →