Allows you to add shortcodes in WordPress Navigation Menus.
Allows you to add shortcodes in WordPress Navigation Menus so that you can generate links dynamically. Also allows you to add full fledged HTML sections to navigation menus.
Add the plugin’s folder in the WordPress’ plugin directory.
Activate the plugin.
You can now add ShortCodes in the custom links of the menus.
To test this, you can add a custom link with a ShortCode [gs_test_shortcode] as link, if it points to https://wordpress.org, plugin is working
If you want to use a ShortCode that outputs not just the url, but complete HTML sections, please make use of the title ‘FULL HTML OUTPUT’ for that link and it will output the complete HTML without breaking your site.
Screenshots
Check the screen options, if you don't see the Shortcode box.
Check the Shortcode option to see the new Shortcode box.
Add your shortcode/HTML to the text area (not a link, in the screenshot). Optionally, add a title.
The menu item is saved.
The html is displayed.
Old Method: In the Links box, add your shortcode in the URL field.
Old Method: If you want to use a shortcode that outputs not just the URL, but complete HTML sections, write FULL HTML OUTPUT in the Link Text option for that link and it will output the complete HTML without breaking your site.
Old Method: The menu item is saved.
FAQ
How to enter shortcode
You can add enter shortcodes in the “Custom Link” menu item, or you can use “Shortcode” menu shortcodes in menus.
Screencast for using WordPress’ default “Custom Links” menu item:
Screencast for using “Shortcode” menu item:
How to view/edit “Shortcode” menu item
You will need to enable displaying of “Description” in order to view/edit “Shortcode” menu item.
Here’s a screencast for the same:
Changelog
3.5.1
Change plugin constants to follow naming conventions as recommended by WordPress Guidelines.
Strict input filters for admin pages, for user input values.
Adhere to more strict PHPCS ruleset.
3.5
Resolved some WPCS compatibility issues.
Added resource version for static resources for busting cache in new releases.
Added text domain to localisable text strings.
Loading the custom JS in footer instead of header for performance benefit.
Handle PHP notice in custom cases when start_el is not passed with $item object.
3.4
Escaping of output within a lot of functions.
Made the code WordPress PHPCS Compatible.
Patch to make it work with Max Mega Menu plugin.
3.3
Fixed a compatibility issue with Twenty Fifteen theme.
Minified JS.
Conditional loading of admin class for performance improvement.
Some more code refactoring.
Testing with WordPress 4.8.1
Changed minimum required WordPress version from 3.5 to 3.6