https://github.com/webdeveric/nav-menu-shortcode
https://github.com/webdeveric/nav-menu-shortcode
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/webdeveric/nav-menu-shortcode
- Owner: webdeveric
- Created: 2014-09-21T01:41:28.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-09-21T01:43:20.000Z (over 10 years ago)
- Last Synced: 2025-01-12T09:12:41.228Z (4 months ago)
- Language: PHP
- Size: 113 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.txt
Awesome Lists containing this project
README
=== Nav Menu Shortcode ===
Contributors: webdeveric
Tags: navigation, menu, shortcode
Requires at least: 3.0.0
Tested up to: 4.0.0
Stable tag: 0.2.1Show a menu with a shortcode. Example: `[navmenu menu="Your Menu Name"]`
== Description ==
Show a menu with a shortcode. Example: `[navmenu menu="Your Menu Name"]`
== Installation ==
1. Upload `nav-menu-shortcode` folder to the `/wp-content/plugins/` directory
1. Activate the plugin through the 'Plugins' menu in WordPress
1. Add shortcode to your content: `[navmenu menu="Your Menu Name"]`== Changelog ==
= 0.2.1 =
* Cleaned up some code.= 0.1 =
* Initial build