Linux 软件免费装
Banner图

Minimal Admin

开发者 AaronRutley
更新时间 2016年10月3日 14:27
PHP版本: 3.4.2 及以上
WordPress版本: 4.6.1
版权: GPL2+

标签

dashboard admin cms minimal

下载

详情介绍:

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: Options to: Works well with the following plugins:

安装:

  1. Upload Minimal Admin to /wp-content/plugins/
  2. Activate the Plugin via the plugins menu

屏幕截图:

  • Before (when logged in as an editor / client)
  • After (when logged in an an editor / client)

常见问题:

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; }

更新日志:

2.3.0 2.2.0 2.1.0 2.0.1 2.0.0 1.0.1