Widgetize Navigation Menu Plugin WordPress, Download, Install

Widgetize Navigation Menu Plugin WordPress

Allows you to add any widget to your navigation’s drop-down menus with an easy to use interface. Comes with four custom widgets.

Widgetize Navigation Menu Download Now

Download Now

(If the link does not work)↓

Originals Link WordPress.org

https://wordpress.org/plugins/widgetize-navigation-menu/

How to Install Widgetize Navigation Menu Plugin, Manually

  1. Upload expanded widgetize-navigation-menu folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the “Plugins” menu in WordPress
  3. Create your standard WordPress Menu under Appearance -> Menus
  4. Go to Appearance -> Dropdown Menus
  5. Select the navigation menu you would like to widgetize
  6. Under each menu item, select how many columns to add to each menu item. (you can have multiple widgets in a column and you can select up to four columns.)
  7. Style your menu by setting its colors, width and optional search bar.
  8. Make sure to select “Enable Menu” when you are ready to show the new widgetized menu.

Use of the Widgets

Go to Appearance -> Widgets and you will see all the widget areas created – named by the menu item’s title and column number it correlates to.

The four widgets that come with this plugin will also be in this section on the left hand side for you to drag over into any widget area.

Manual Installation

Alternatively you can manually insert the code to replace your navigation menu with the widgetized one.
Go into theme’s file where that navigation is called (typically header.php):
Replace this function:
wp_nav_menu(array(… ‘theme_location’ => ‘MENU NAME’ ) );

With: if (function_exists(‘widgetize_my_dropdown_menus’)) { widgetize_my_dropdown_menus(‘MENU NAME’); } 

(Make sure to use your menu name in place of “MENU NAME”)

Video

Screenshots

Widgetize Navigation Menu Plugin WordPress

Widgetize Navigation Menu Plugin WordPress

Plugin Not Working?

If any errors or problems with the plug-in then write comments.

Add a Comment

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