Title: Bottom Admin Toolbar
Author: M.Code
Published: <strong>juli 22, 2020</strong>
Last modified: januar 1, 2026

---

Search plugins

![](https://ps.w.org/bottom-admin-toolbar/assets/banner-772x250.png?rev=2618780)

![](https://ps.w.org/bottom-admin-toolbar/assets/icon-256x256.png?rev=2614063)

# Bottom Admin Toolbar

 By [M.Code](https://profiles.wordpress.org/devloper00/)

[Download](https://downloads.wordpress.org/plugin/bottom-admin-toolbar.1.5.2.zip)

 * [Details](https://fao.wordpress.org/plugins/bottom-admin-toolbar/#description)
 * [Reviews](https://fao.wordpress.org/plugins/bottom-admin-toolbar/#reviews)
 *  [Installation](https://fao.wordpress.org/plugins/bottom-admin-toolbar/#installation)
 * [Development](https://fao.wordpress.org/plugins/bottom-admin-toolbar/#developers)

 [Support](https://wordpress.org/support/plugin/bottom-admin-toolbar/)

## Description

#### 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**

## Screenshots

 * [[
 * Bottom Admin Toolbar in action

## Installation

 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

## Reviews

![](https://secure.gravatar.com/avatar/2ff17664c1aeb2f7f916f7fbc60569b5700782c7e1ac6fdd35073c42904e2610?
s=60&d=retro&r=g)

### 󠀁[Works perfectly. My new default plugin](https://wordpress.org/support/topic/works-perfectly-my-new-default-plugin/)󠁿

 [Brandon Holcombe](https://profiles.wordpress.org/brandonhcreativemediacom/) november
22, 2024 1 reply

Works perfectly. Enough said.

![](https://secure.gravatar.com/avatar/a39c88f45e860606c79031536a73447e6d3df766c5554d68763b91cb3fb7eaf8?
s=60&d=retro&r=g)

### 󠀁[works well](https://wordpress.org/support/topic/works-well-2967/)󠁿

 [ofihsdfoi](https://profiles.wordpress.org/ofihsdfoi/) august 13, 2024

works well ok

![](https://secure.gravatar.com/avatar/6451e278f10db515097b3d6c5504b38ecb2513d12437d7c108d9d20eccaabccf?
s=60&d=retro&r=g)

### 󠀁[Brilliant!](https://wordpress.org/support/topic/brilliant-1569/)󠁿

 [reelism](https://profiles.wordpress.org/reelism/) apríl 21, 2023

Absolutely does what’s written on the tin!

![](https://secure.gravatar.com/avatar/3ae75e553e2b1d10313fba2218ddceee567a8470c97f7f6b3b43c3aad6015a7c?
s=60&d=retro&r=g)

### 󠀁[Simple and useful](https://wordpress.org/support/topic/simple-and-useful-361/)󠁿

 [eickit](https://profiles.wordpress.org/eickit/) oktober 9, 2022

Bottom Admin Toolbar is one of the first plugins I install on a new website. Thanks
for the great plugin.

![](https://secure.gravatar.com/avatar/e9a19082cb19a6473e6bdf96e8973c3c14b354b369f96538b798d390375c1f25?
s=60&d=retro&r=g)

### 󠀁[Needs to be integrated to WordPress](https://wordpress.org/support/topic/needs-to-be-integrated-to-wordpress/)󠁿

 [snikolaidis](https://profiles.wordpress.org/snikolaidis/) august 17, 2021 1 reply

I really wonder how come Wordpress haven’t added a “show on bottom” option. One 
of the more helpful plugins, thank you!

![](https://secure.gravatar.com/avatar/aa14b9f20783643b0f502a1fb34e35a6e3a4abfda1563fa2ac5767c696ffd8eb?
s=60&d=retro&r=g)

### 󠀁[Simple and effective!](https://wordpress.org/support/topic/simple-and-effective-1185/)󠁿

 [Konrad Chmielewski](https://profiles.wordpress.org/hwk-fr/) august 30, 2020

Thanks for this great plugin! It’s the only “Bottom Admin Bar” plugin that actually
does the job. Added to my default list 🙂

 [ Read all 7 reviews ](https://wordpress.org/support/plugin/bottom-admin-toolbar/reviews/)

## Contributors & Developers

“Bottom Admin Toolbar” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ M.Code ](https://profiles.wordpress.org/devloper00/)

“Bottom Admin Toolbar” has been translated into 1 locale. Thank you to [the translators](https://translate.wordpress.org/projects/wp-plugins/bottom-admin-toolbar/contributors)
for their contributions.

[Translate “Bottom Admin Toolbar” into your language.](https://translate.wordpress.org/projects/wp-plugins/bottom-admin-toolbar)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/bottom-admin-toolbar/),
check out the [SVN repository](https://plugins.svn.wordpress.org/bottom-admin-toolbar/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/bottom-admin-toolbar/)
by [RSS](https://plugins.trac.wordpress.org/log/bottom-admin-toolbar/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 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

## Meta

 *  Version **1.5.2**
 *  Last updated **4 mánaðar ago**
 *  Active installations **1,000+**
 *  WordPress version ** 4.9 or higher **
 *  Tested up to **6.9.4**
 *  PHP version ** 5.6 or higher **
 *  Languages
 * [Chinese (Taiwan)](https://tw.wordpress.org/plugins/bottom-admin-toolbar/) and
   [English (US)](https://wordpress.org/plugins/bottom-admin-toolbar/).
 *  [Translate into your language](https://translate.wordpress.org/projects/wp-plugins/bottom-admin-toolbar)
 * Tags
 * [admin](https://fao.wordpress.org/plugins/tags/admin/)[adminbar](https://fao.wordpress.org/plugins/tags/adminbar/)
   [bar](https://fao.wordpress.org/plugins/tags/bar/)[bottom bar](https://fao.wordpress.org/plugins/tags/bottom-bar/)
   [toolbar](https://fao.wordpress.org/plugins/tags/toolbar/)
 *  [Advanced View](https://fao.wordpress.org/plugins/bottom-admin-toolbar/advanced/)

## Ratings

 5 out of 5 stars.

 *  [  7 5-star reviews     ](https://wordpress.org/support/plugin/bottom-admin-toolbar/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/bottom-admin-toolbar/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/bottom-admin-toolbar/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/bottom-admin-toolbar/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/bottom-admin-toolbar/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/bottom-admin-toolbar/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/bottom-admin-toolbar/reviews/)

## Contributors

 *   [ M.Code ](https://profiles.wordpress.org/devloper00/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/bottom-admin-toolbar/)

## Donate

Would you like to support the advancement of this plugin?

 [ Donate to this plugin ](https://ko-fi.com/devloper)