https://github.com/beapi/bea-acf-menu-anchors
Display all ACF's flexible rows as anchors into menu items selector.
https://github.com/beapi/bea-acf-menu-anchors
acf wordpress wordpress-plugin
Last synced: 5 months ago
JSON representation
Display all ACF's flexible rows as anchors into menu items selector.
- Host: GitHub
- URL: https://github.com/beapi/bea-acf-menu-anchors
- Owner: BeAPI
- Created: 2017-10-30T16:45:47.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-14T18:58:51.000Z (over 8 years ago)
- Last Synced: 2025-08-29T07:03:22.752Z (6 months ago)
- Topics: acf, wordpress, wordpress-plugin
- Language: PHP
- Homepage: https://beapi.fr
- Size: 11.7 KB
- Stars: 3
- Watchers: 6
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BEA - ACF Menu anchors
Display all ACF's flexible rows as anchors into menu items selector.
## Requirements
* This is an addon for the [Advanced Custom Fields](https://www.advancedcustomfields.com/) plugin by [Eliott Candom](https://twitter.com/elliotcondon).
* You need to use [flexible fields](https://www.advancedcustomfields.com/add-ons/flexible-content-field/) into your templates to make this plugin work.
## Roadmap
* [Improve readability, refactor and reformat](https://github.com/BeAPI/bea-acf-menu-anchors/issues/3)
* [Automatticaly handle "anchor fields"](https://github.com/BeAPI/bea-acf-menu-anchors/issues/4)
* [Choose wherever to activate this feature or not](https://github.com/BeAPI/bea-acf-menu-anchors/issues/5)
# Installation
## WordPress
* Download and install using the built-in WordPress plugin installer.
* Site Activate in the "Plugins" area of the admin.
* Optionally drop the entire `bea-acf-menu-anchors` directory into `mu-plugins`.
* TODO : [Usages](https://github.com/BeAPI/bea-acf-menu-anchors#usages)
## Composer
* Add repository source : `{ "type": "vcs", "url": "https://github.com/BeAPI/bea-acf-menu-anchors" }`.
* Include `"bea/bea-acf-menu-anchors": "dev-master"` in your composer file.
* TODO : [Usages](https://github.com/BeAPI/bea-acf-menu-anchors#usages)
# Usages
TODO : what it does and how
## TODO : precise how to add fields (anchors)
## TODO : how "link" theme to plugin
## TODO : use them from menu items
TODO : Add screenshots
# Changelog ##
## 1.0.1 - 12 Dec 2016
* Add reamdme
* Add composer support
* Init project