=== Easy Menu Shortcode (EasyMS) | WordPress Menu Shortcode Plugin === Contributors: harikarishanjain Tags: menu, shortcode menu, wordpress menu, menu plugin, menu wordpress Requires at least: 6.0 Tested up to: 6.7.2 Requires PHP: 7.4 Stable tag: 1.1 License: GPL-2.0+ License URI: http://www.gnu.org/licenses/gpl-2.0.txt Text Domain: easy-menu-shortcode Easy Menu Shortcode (EasyMS) allows you to display WordPress navigation menus anywhere on your site using the `[easyms id="123"]` shortcode. == Description == **Easy Menu Shortcode (EasyMS)** allows you to display WordPress navigation menus anywhere on your site using the `[easyms 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 `[easyms id="123"]` shortcode to display a menu, where `123` is the menu ID. == Usage == To use the plugin, simply add the `[easyms id="123"]` shortcode anywhere in your content, replacing `123` with the ID of the desired menu. ### Example: **[easyms 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 shortcode as a simple text. = 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.1 | March 7, 2025 = * Resolved name conflicts. * The readme.txt file is revised. = 1.0 | January 27, 2025 = * Initial release. * Added `[easyms id="123"]` shortcode to render WordPress menus anywhere. == Credits == * Developed by HariKarishan Jain. * Inspired by the flexibility of WordPress menus. == License == This plugin is licensed under the GPL-2.0+ license.