Image
Image

Bottom Admin Toolbar

설명

LET’S STICK THAT BAR AT THE BOTTOM FOREVER!

Natively WordPress doesn’t offer the possibility to change your admin bar position. With that simple extension you can stick it at the bottom forever and hide it by pressing shortcut!

Main features:

  • Stick admin bar to the bottom
  • Hide bar by pressing SHIFT + Down Arrow

스크린샷

설치

  1. Upload the bottom-admin-toolbar folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

FAQ

Why would I need the admin bar at the bottom?

For example when you develop a website which has a sticky header

후기

Image
2026년 6월 10일
A great simple utility plugin that has unfortunately been ruined with advertisements. I can no longer use this on client websites as it is incredibly unprofessional. What is worse, is the advert does not even say which plugin it is from and it is for a paid service which has nothing to do with this plugin.
Image
2022년 10월 9일
Bottom Admin Toolbar is one of the first plugins I install on a new website. Thanks for the great plugin.
모든 8 평가 읽기

기여자 & 개발자

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

기여자

“Bottom Admin Toolbar”(이)가 1 개 언어로 번역되었습니다. 기여해 주셔서 번역자님께 감사드립니다.

자국어로 “Bottom Admin Toolbar”(을)를 번역하세요.

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

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

변경이력

1.5.3

  • Moved add_theme_support to after_setup_theme for reliability
  • Fixed settings_errors group slug on settings page
  • Tested up to WordPress 7.0

1.5.2

  • Code optimization and performance improvements
  • Add proper sanitization callback for settings
  • Fix JavaScript: Replace deprecated event.which with modern event.key
  • Fix TinyMCE integration bug (incorrect jQuery syntax)
  • Improve code structure and maintainability
  • Add version constant for consistent asset versioning

1.5.1

  • Use dynamic bar height if bigger than default size

1.5

  • Show / Hide toolbar in administration
  • Update deprecated javascript function
  • Refacto code

1.4.1

  • Add custom class on admin bar for compatiblity with Dynamic Plugins

1.4

  • Update code by using Object Oriented Method
  • Overall Optimization

1.3.3

  • Reset admin bar to top if tinyMCE Instance is detected on page (Conflicts with pop-up)

1.3.2

  • Add rating link 😉
  • Prefix functions to prevent conflict

1.3.1

  • Use is_admin_bar_showing() function instead of is_user_loggedin_in() to enqueues custom files. Thanks to @hwk-fr

1.3

  • Add class to wpadminbar for compatibility with other extensions

1.2

  • Rename functions to prevent crashing when using with other extensions

1.1

  • Add support for hiding bar with keyboard shortcut (Shift+ Arrow Down)

1.0

  • Initial release