OOWCODE Custom Menu Shortcode is a powerful and flexible tool that allows you to display WordPress menus using a simple shortcode. This plugin is perfect for users looking to customize the appearance and behavior of menus without needing to modify the theme’s code.
With the ability to configure inline menus, set custom separators, and add CSS classes, this plugin provides a fast and easy way to create personalized menus across your site. Whether you’re building a navigation system for a blog, portfolio, or ecommerce site, this plugin is designed to be flexible and intuitive.
.pot files included for translations.Default list-style menu:
[oowcode_custom_menu name=”main-menu”]
Inline menu with a custom separator:
[oowcode_custom_menu name=”main-menu” style=”inline” separator=” – “]
Menu with custom CSS class:
[oowcode_custom_menu name=”main-menu” class=”custom-menu-style”]
Multilingual menu setup:
Use the lang attribute to specify a language for a menu (if configured):
[oowcode_custom_menu name=”main-menu” lang=”fr”]
Advanced setup with inline style and separator, plus additional CSS classes:
[oowcode_custom_menu name=”main-menu” style=”inline” separator=” > ” class=”inline-menu custom-class”]
Fallback menu:
Specify a fallback message or menu to display if the targeted menu doesn’t exist:
[oowcode_custom_menu name=”main-menu” fallback=”Default Menu”]
list, default) or inline (inline).|).For additional support or to contribute, visit OOWCODE.
This plugin is licensed under the GPLv2 or later.