WARNING: This plugin is no longer developed and maintained.
The existence of WP Spry Menu is that one day, WordPress doesn't have option to create menu, so I created this plugin.
But now, WordPress already has powerful menu manager and can be easily integrated with theme or CSS (Bootstrap etc).
You can still use this plugin but no warranty of usability and no support.
Thanks for everyone. This is my first plugin ever and I should proud of it :)
WP Spry Menu is plugin that automatically creating Spry Drop Down Menu for WordPress category. What is Spry? Spry is JavaScript dropdown menu library from
www.adobe.com. The Spry library is FREE and redistributable.
Feature:
- For new feature, see 'Changelog'.
- No template arguments are needed to configure menu behavior, all settings are place on the Admin.
- Live preview as soon as you change the settings. No need to refresh your homepage to see changes.
- Configurable direction, your menu should appears horizontal, vertical drop left, or vertical drop right.
- Changeable Home text link, you can leave it blank for no home link.
- Depth setting, how many child you want to display.
- Exclue setting, you can select which category should not appears on the menu.
- Order setting, order by name or ID.
- Hide/Hide emtpy category. By default Wordpress won't display an empty category, now you can configure.
- Child of setting, only display menu from selected parent category.
The installation is very easy.
- Upload
wp-spry-menu
folder to the /wp-content/plugins/
directory. Make sure wp-spry-menu contains all included files.
- Activate the plugin through the 'Plugins' menu in WordPress
- Place
<?php if ( function_exists('wp_spry_menu') ) wp_spry_menu();?>
in your templates or use shortcode [wp_spry_menu /]
in your post/page or Text Widget.
- Cofigure from WP Spry Menu options in your Wordpress Admin.