Descrizione
This plugin provides a ‘Menu’ field type for the Advanced Custom Fields
WordPress plugin. This makes users able to link a WordPress Menu
to posts, pages and custom post types.
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.
Installazione
This add-on can be treated as both a WP plugin and a theme include.
Plugin
- Copy the ‘acf-menu’ folder into your plugins folder
- Activate the plugin via the Plugins admin page
Include
- Copy the ‘acf-menu’ folder into your theme folder (can use sub folders). You can place the folder anywhere inside the ‘wp-content’ directory
-
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’);
Recensioni
Non ci sono recensioni per questo plugin.
Contributi e sviluppo
“Advanced Custom Fields: Menu Field” è un software open source. Le persone che hanno contribuito allo sviluppo di questo plugin sono indicate di seguito.
CollaboratoriTraduci “Advanced Custom Fields: Menu Field” nella tua lingua.
Ti interessa lo sviluppo?
Esplora il codice segui il repository SVN, segui il log delle modifiche tramite RSS.
Changelog
1.0.0
- Initial Release.