=== Easy Menu Shortcode === Contributors: harikarishanjain Tags: menu, shortcodes, navigation, menu shortcode, nav menu Tested up to: 6.7 Stable tag: 1.0 License: GPL-2.0+ License URI: http://www.gnu.org/licenses/gpl-2.0.txt Text Domain: easy-menu-shortcode Easy Menu Shortcode allows you to display WordPress navigation menus anywhere on your site using the `[menu id="123"]` shortcode. == Description == **Easy Menu Shortcode** allows you to display WordPress navigation menus anywhere on your site using the `[menu id="123"]` shortcode. Replace `123` with the menu ID to render the desired menu. == Installation == 1. Upload the `easy-menu-shortcode` folder to the `/wp-content/plugins/` directory. 2. Activate the plugin through the 'Plugins' menu in WordPress. 3. Use the `[menu id="123"]` shortcode to display a menu, where `123` is the menu ID. == Usage == To use the plugin, simply add the `[menu id="123"]` shortcode anywhere in your content, replacing `123` with the ID of the desired menu. ### Example: ```[menu id="2"]``` This shortcode will display the menu with the ID `2`. ### How to Find Menu ID: 1. Navigate to **Appearance → Menus** in the WordPress admin dashboard. 2. Hover over a menu in the list, and the menu ID will be visible in the URL (e.g., `menu=123`). == Frequently Asked Questions == = What happens if I don’t provide a valid menu ID? = If no valid menu ID is provided or if the ID does not match any existing menu, the plugin will display an error message: "Menu not found. Please check the menu ID." = Can I style the menu? = Yes, the plugin includes basic styles. You can override these by adding custom CSS to your theme or site settings. = Does the plugin support custom menu classes? = Yes, the plugin respects any classes or custom settings added to the menu via WordPress. == Changelog == = 1.0 = * Initial release. * Added `[menu id="123"]` shortcode to render WordPress menus anywhere. == Credits == * Developed by Harpreet Kumar. * Inspired by the flexibility of WordPress menus. == License == This plugin is licensed under the GPL-2.0+ license.