Plugins
0

WP Menu Custom Fields

LICENSE TYPE: INFINITE

Description

This plugin adds custom fields on menu items edit interface of wp-admin.
Below is the list of custom fields this plugin adds.

  • Custom text
  • Image selection with link and caption
  • Shortcode with caption
  • Custom HTML with TinyMCE editor

Note: This plugin works with default themes. In order to use it with custom themes, please add the necessary styling.

Usage

  1. After installing and activating this plugin, goto Appearance -> Menus of your WordPress admin. Create a menu if you havent already and add menu items according to your need.
  2. When you expand any menu item, youll see the custom fields added here (see screenshots below). You can see Custom Field and Select Feature options.
  3. Along with Custom Text field, you can choose to use either Image, Shortcode or Custom HTML feature for a particular menu item.
  4. You can click on the option you want to use and the input fields of that option will be visible.

Using Custom Text field

  • You can enter any text here and itll be displayed with this menu item.
  • This field can be used by all menu items along with any other feature.

Using Image

  • By clicking on Select Image button, WordPress media gallery window will be opened up. You can choose 1 image from already uploaded images or you can upload a new one and select that.
  • The selected image will be shown below Select Image button after you select and close the media gallery window.
  • To remove already selected image, click on Select Image button and deselect the already selected image. You can change the selected image by selecting any other image.
  • You can enter a URL in Image Link text field. On front-end, clicking on the image will lead to this URL.
  • You can enter a caption text in Image Caption field and itll be displayed below the image on the front-end.

Using Shortcode

  • You can add a shortcode in Shortcode field. Weve added some stylings to handle WordPress defaut shortcode.
  • You can enter a caption text in Shortcode Caption field and itll be displayed below the shortcode on the front-end.

Using Custom HTML

  • TinyMCE editor is used to add custom HTML here.
  • From the Visual tab, you can enter text and format it using tools given in toolbar.
  • You can switch to Text tab to see/change HTML code of the text you entered.

Hooks

wp_menu_custom_fields_image_html Filter

  • Allows to change HTML generated for image feature.
  • There are 3 parameters. $html (Generated HTML), $data (Custom fields data), $item_id (Menu item ID).
  • Example:

        [selected-feature] => image     [image] => Array         (             [media-id] => 11             [media-type] => image             [media-link] => https://google.com/             [media-caption] => This is image caption             [media-url] => http://example.com/wp-content/uploads/2020/03/92d43b978cbcdc7b33e3596d131d5256.jpg         ) 

wp_menu_custom_fields_shortcode_html Filter

wp_menu_custom_fields_custom_markup_html Filter

  • Allows to change HTML generated for custom HTML feature.
  • Parameters are same as wp_menu_custom_fields_image_html.
  • Example:

        [selected-feature] => html     [html] => Array         (             [custom-html] => This is custom HTML         ) 

wp_menu_custom_fields_custom_text_html Filter

  • Allows to change HTML generated for custom text field.
  • Parameters are same as wp_menu_custom_fields_image_html.
  • Example:

        [custom-text] => This is a custom text 

wp_menu_custom_fields_fields_html Filter

  • Allows to change the final custom fields HTML generated for a particular menu item.
  • Parameters are same as wp_menu_custom_fields_image_html.
  • Example:

        Array     (         [custom-text] => This is a custom text         [selected-feature] => image         [image] => Array             (                 [media-id] => 11                 [media-type] => image                 [media-link] => https://google.com                 [media-caption] => This is image caption                 [media-url] => http://example.com/wp-content/uploads/2020/03/92d43b978cbcdc7b33e3596d131d5256.jpg             )      ) 

Styling mega menu

A theme developer can add stylings for the custom fields added by this plugin by referring to the below sample HTML code.

  • Image & Custom text

    • Sample HTML code

          
      This is an image caption
      This is a custom text
    • If Image Link is entered, then img tag will be wrapped inside a.

    • Custom text will be displayed below the features HTML.
  • Shortcode

            
    This is shortcode caption!
  • Custom HTML

            
    Welcome to WordPress. This is your first post. Edit or delete it, then start writing!

Important Links

  • GitHub Please mention your wordpress.org username when sending pull requests.

License

Same GPL that WordPress uses!

See room for improvement?

Great! There are several ways you can get involved to help make this plugin better:

  1. Report Bugs: If you find a bug, error or other problem, please report it! You can do this by creating a new topic in the issue tracker.
  2. Suggest New Features: Have an awesome idea? Please share it! Simply create a new topic in the issure tracker to express your thoughts on why the feature should be included and get a discussion going around your idea.

Screenshots

Installation

  1. Extract the zip file.
  2. Upload it to the /wp-content/plugins/ directory in your WordPress installation.
  3. Activate the WP Menu Custom Fields from your Plugins page.
— FILES DOWNLOAD —

Leave a Reply

Your email address will not be published. Required fields are marked *

Fill out this field
Fill out this field
Please enter a valid email address.
You need to agree with the terms to proceed

Most Viewed Posts
Menu