Plugin này chưa được cập nhật với 3 phiên bản mới nhất của WordPress. Nó có thể không được hỗ trợ và bảo trì, và có thể xung đột với các phiên bản WordPress mới nhất.

Advanced Custom Fields: Menu Field

Mô tả

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.

Cài đặt

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

Plugin

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

Include

  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’);

Đánh giá

There are no reviews for this plugin.

Người đóng góp & Lập trình viên

“Advanced Custom Fields: Menu Field” là mã nguồn mở. Những người sau đã đóng góp vào plugin này.

Những người đóng góp

Nhật ký thay đổi

1.0.0

  • Initial Release.