Changeset 1423354
- Timestamp:
- 05/24/2016 04:34:16 PM (10 years ago)
- File:
-
- 1 edited
-
menu-shortcode/trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
menu-shortcode/trunk/readme.txt
r922901 r1423354 4 4 Tags: menu shortcode, shortcode, menu in widget, widget menu shortcode, redirect short code 5 5 Requires at least: 3.0.1 6 Tested up to: 3.9.16 Tested up to: 4.5.2 7 7 Stable tag: 1.1.0 8 8 License: GPLv2 … … 10 10 11 11 From this plugin you can call menu from shortcode. Where you have option of giving it id, class etc. Read usage to know more. 12 13 1. Write the shortcode just [listmenu menu="menu name goes here" menu_id="menu id goes here"] 14 i.e. [listmenu menu="quick footer" menu_id="footer_menu"] 15 2. you have variety of option to give below is it's explanation 16 17 'container_class' => 'menu container classname', 18 'container_id' => menu container id', 19 'menu_class' => 'menu class', 20 'menu_id' => 'menu id', 21 'before' => 'before menu html', 22 'after' => 'after menu html', 23 'link_before' => 'before link title', 24 'link_after' => 'after link title' 25 26 3. redirect shortcode [redirect location="http://www.google.com" duration="1"] or 27 [redirect location="http://localhost:1337/aaneel" duration="0.2"] 28 where you can set location and duration in post and widget as well. 29 remember full url is necessary. 30 12 31 13 32
Note: See TracChangeset
for help on using the changeset viewer.