Maintenance 20/1003376d since update
Active installs
20
Downloads
5,645
Reviews
0
Age
13.2y
Tagsadmindashboardcmsminimal
Plugin info
Total downloads: 5,645
Active installs: 20
Total reviews: 0
Average rating: 0
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 2
Last updated: 10/3/2016 (3376 days ago)
Added to WordPress: 10/15/2012 (13 years old)
Minimum WordPress version: 3.4.2
Tested up to WordPress version: 4.6.25
Minimum PHP version: f
Maintenance & Compatibility
Maintenance score
Possibly abandoned • Last updated 3376 days ago
20/100
Is Minimal Admin abandoned?
Possibly abandoned (last update 3376 days ago).
Compatibility
Requires WordPress: 3.4.2
Tested up to: 4.6.25
Requires PHP: f
Similar & Alternatives
Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.
CAOS | Host Google Analytics Locally
Rating 4.9/5 (128 reviews) • Active installs 10,000
Admin Trim Interface
Rating 5.0/5 (3 reviews) • Active installs 1,000
Labinator Minimal Maintenance Mode
Rating 5.0/5 (4 reviews) • Active installs 200
WP Minimize Admin Bar
Rating 5.0/5 (1 reviews) • Active installs 200
Minimal Maintenance Mode
Rating 0.0/5 (0 reviews) • Active installs 200
Minimalist editor
Rating 5.0/5 (1 reviews) • Active installs 10
Description
Very simple plugin to hide ‘non essential’ wp-admin functionality.
This plugin is intended for select client projects where the client is an editor.
Features include:
- Overwrites a range of default wp-admin CSS with minimal styles
- Hides the dashboard and directs admin’s or editor users to the edit pages screen
- Hides non essential menu items & separators
- Hides the WordPress admin bar (only front end)
- Site link in the admin bar opens in new window
- Local Development – admin bar colour change
- Local Development – project quicklinks
Options to:
- Hide Posts from the WordPress menu
- Hide screen options tab and help tab
Works well with the following plugins:
- ACF Theme Code : Typography styles
- Yoast SEO : Hides SEO columns from the edit page / edit posts screens
- Gravity Forms : Grants editor (client) access to manage Gravity Forms
- Advanced Custom Fields Pro : Minimal field group listings
- All in One SEO Pack
- Simple Page Ordering
- Admin Collapse Sub Pages
Installation
- Upload
Minimal Adminto/wp-content/plugins/ - Activate the Plugin via the plugins menu
Frequently Asked Questions
How do I enable the quicklinks dropdown ?
So your project links appear in the quicklinks dropdown under the W icon in the admin bar you need to:
First, define your local URL in wp-config.php or functions.php as this only works on local.
define('LOCAL_URL', 'http://minimaladmin.dev');
Secondly, add a function similar to the following to your theme’s functions.php
function minimal_admin_project_links() {
$minimal_admin_project_links = array(
array("Local","http://localurl.com"),
array("Staging","http://stagingurl.com"),
array("Trello","http://trellourl.com"),
array("Git Repo","http://gitrepourl.com")
);
return $minimal_admin_project_links;
}
Review feed
No reviews available
Changelog
2.3.0
- Local Development – Project quicklinks feature added
- Local Development – Admin bar colour change
- Minor CSS tweaks for Yoast SEO 3.4
- Minor CSS tweaks for ACF Pro
- Minor CSS tweaks for WP 4.6
- SVG icons for Admin Collapse Sub Pages
2.2.0
- Compatibility with WP Rocket
- Compatibility with All in One SEO Pack Pro
- Minor CSS tweaks for WP 4.3 compatibility
- Minor CSS tweaks for ACF 5.2.9 compatibility
- Minor CSS tweaks to keep Plugins list screen minimal
- Tested against wptest.io sample data
2.1.0
- Minor CSS tweaks for WordPress v4.0+ compatibility
- Minor CSS tweaks for ACF v5.0+ Pro compatibility
- Minor CSS bug fix for Firefox on lists of pages
- Minor CSS tweaks for WordPress multisite
- Remove howdy from admin menu bar
- Fix for redirection error for some user roles
2.0.1
- Bug fix for Gravity Forms / Backup Buddy menu conflict
2.0.0
- Major Update which includes compatibility with WordPress 3.7, MP6 & various other plugins.
1.0.1
- Original Commit

