WP Manifestindependent plugin directory
manifest / content / acf-menu

Advanced Custom Fields: Menu archived

Adds a 'Menu' field type for the Advanced Custom Fields WordPress plugin.

by Daniele De Nobili · github.com/omoikane/acf-menu · website

1stars
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/omoikane/acf-menu/archive/refs/heads/master.zip

Readme

ACF { Menu Field

Adds a 'Menu' field type for the Advanced Custom Fields WordPress plugin.


Overview

Adds a 'Menu' field type for the Advanced Custom Fields WordPress plugin.

Compatibility

This add-on will work with:

  • version 4 and up
  • version 3 and bellow

Requirements

This add-on is only supported on PHP 5.3 and up.

Installation

This add-on can be treated as both a WP plugin and a theme include.

Install as Plugin

  1. Copy the 'acf-menu' folder into your plugins folder
  2. Activate the plugin via the Plugins admin page

Include within theme

  1. Copy the 'acf-menu' folder into your theme folder (can use sub folders). You can place the folder anywhere inside the 'wp-content' directory
  2. Edit your functions.php file and add the code below (Make sure the path is correct to include the acf-menu.php file)
include_once('acf-menu/acf-menu.php');

More Information

Please read the readme.txt file for more information

Read the full README on GitHub →