이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

WP Spry Menu

설명

#

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.

스크린샷

  • Setting page with softbule theme selected.

설치

The installation is very easy.

  1. Upload wp-spry-menu folder to the /wp-content/plugins/ directory. Make sure wp-spry-menu contains all included files.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. 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.
  4. Cofigure from WP Spry Menu options in your WordPress Admin.

FAQ

no

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“WP Spry Menu”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “WP Spry Menu”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.5.2

  • Fixed bug, admin CSS loaded on front page.
  • Fixed typo in readme.txt

1.5.1

  • Fix function error on PHP < 5.3.0

1.5

  • Code rewritten, because I know the old code is very funny. 😀
  • Now use single option, wp_spry_menu_settings ( don’t worry, old setting will be imported when you upgrade to this version).
  • Add shortcode [wp_spry_menu] for easy installation in post/page or Text Widget
  • Removed support for IE browser.
  • Removed Style Editor.
  • Plugin Settings now moved under Appearance on the WordPress dashboard.

1.0.3

  • Add Theme chooser, while Style Editor can be enable/disable.
  • Add Order By options: count, slug, term_group
  • Add Category Title.
  • Fixed bug, white border in IE.

1.0.2

  • Fixed bug, wrong path.
  • Only add_filter admin_head if you are in option page.
  • Add Simple Style Editor with Color Picker.

1.0.1

  • Add Child of as dropdown select.
  • Live preview from plugin setting page.
  • Code improvement

1.0.0

  • Add admin settings
  • No need to add template argument, all go to setting area.
  • Add Vertical Drop Left and Vertical Drop Right

0.0.1

  • Only display Horizontal style
  • first release