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

Ozh' Admin Drop Down Menu

설명

The lazy and the productive will love it : all admin links available in a neat horizontal CSS driven drop down menu. No need to click on “Manage” then “Pages” to edit pages. And plenty more space on your screen.

For documentation, examples and screenshots, please refer to the official plugin page for Admin Drop Down Menu. There is also an API for plugin coders (give your plugin its own special icon!).

Questions and Support

Plugin doc: http://planetozh.com/blog/my-projects/wordpress-admin-menu-drop-down-css/

On Github. I don’t read WordPress support forums.

스크린샷

  • Drop down menu with WordPress top level icons and sub level icons, configurable color scheme
  • Normal or compact display
  • Full RTL support for those funky locales!

설치

Installation is, as usual :

  1. Upload files to your /wp-content/plugins/ directory (preserve sub-directory structure if applicable)
  2. 워드프레스의 ‘플러그인’ 메뉴에서 플러그인을 활성화하세요.
  3. Refer to the official plugin page for documentation, usage and tips

FAQ

Question? Github. I don’t read WordPress support forums.

후기

2019년 5월 5일
You have to make changes in core.php Replace if (!count($wp_ozh_adminmenu)) { $wp_ozh_adminmenu = (array)get_option('ozh_adminmenu'); unset($wp_ozh_adminmenu[0]); } with: if (!is_array($wp_ozh_adminmenu) || !count($wp_ozh_adminmenu)) { $wp_ozh_adminmenu = (array)get_option('ozh_adminmenu'); unset($wp_ozh_adminmenu[0]); } and in adminmenu.css.php, insert ;height:24px;width:24px; in line 266
모든 73 평가 읽기

기여자 & 개발자

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

기여자

자국어로 “Ozh' Admin Drop Down Menu”(을)를 번역하세요.

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

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

변경이력

The changelog can be found:

  1. In the plugin source
  2. Here: https://plugins.trac.wordpress.org/log/ozh-admin-drop-down-menu?verbose=on
  3. There: https://github.com/ozh/ozh-admin-drop-down-menu/commits/master