Description
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.
Usage
See the screenshots.
Also, see a great tutorial by Aurovrata Venet
Special Thanks To
- Aurovrata Venet for this great tutorial.
- Lee Willis for finding out and helping in resolving this bug.
- Dennis Hunink for reporting this bug.
- @hbwarper for providing a patch to Dennis’ issue.
Screenshots
Installation
- 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://www.remarpro.com, 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.
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:
-
You will need to enable displaying of “Description” in order to view/edit “Shortcode” menu item.
Here’s a screencast for the same:
Reviews
Contributors & Developers
“Shortcode in Menus” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Shortcode in Menus” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
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
3.2
- Code Refactoring.
- Changed tested upto.
- Corrected links in description.
3.1
- Fixed the bug with clean_url filters as reported by Lee Willis
- Made the code translation ready.
3.0
- Removed the error trigger on the FULL HTML OUTPUT usage.
- Added the feature to use shortcodes in titles of menu items as well(works with all types of menu items).
- Resolved the PHP Notice, popping up in the error log while adding new shortcodes.
2.1
- Bug fix for custom links with ShortCode like structure not being displayed in the nav menus.
2.0
- Added new Shortcode box to Menu Editor.
- Added html support.
- Deprecated Links box basis.
- Added screenshots.
- Updated readme and instructions.
1.2
- Added ability to echo complete HTML output instead of just URL by using ShortCode.
1.1
- Tested with WordPress 4.0
1.0
- Added prefix to function which was conflicting with another plugin.
0.1
- Initial Plugin uploaded.