內容簡介
此外掛可藉由隱藏大部分 WordPress 選單的方式,簡化 WordPress 管理介面。
這不代表功能無法被存取,只是被隱藏了。
同時,管理員的導覽列也會被整理。
此外掛是供負責代管客戶 WordPress 的開發人員/設計師使用的。
客戶不需要了解或觀看任何有關外掛、佈景主題、可用的更新等資訊。
使用方法
安裝並啟用此外掛
為您的客戶建立一個獨立的帳戶
啟動此外掛的使用者以外的所有人將看到簡化的 WordPress 管理區域
如果你意外把自己鎖在外面,請在開頭的 <?php 標記之後加入這行程式碼。
define(‘ADMIN_UI_SIMPLIFICATOR_DISABLE’, 1);
示範
優點 / 功能
易於使用
只需啟動此外掛並為您的客戶建立一個獨立的帳戶。
免費電子書:「如何使用 WordPress 構建網站:初學者指南」
作者
Svetoslav Marinov (Slavi) | 提供由 Orbisius.com 提供的客製化網頁和行動程式編程
圖示來源:famfamfam
**注意:** 我們的支援服務是在 support forums 內提供的:http://club.orbisius.com/forums/
請勿使用 WordPress 論壇尋求支援。
外掛標籤
開發者團隊
原文外掛簡介
The plugin simplifies the WordPress admin user interface by hiding most of the WordPress menus.
This doesn’t mean that the functionality is not accessible. It is just hidden.
Also the admin navigation bar is cleaned as well.
The plugin is intended to be used by developers/designers who manage WordPress on behalf of their clients.
Clients don’t need to know or see anything about plugins, themes, available updates etc.
Usage
Install and Activate the plugin
Create a separate account for your client
Everybody except the user who activated the plugin will sees the simplified WordPress admin area
If you end up locking yourself out add this line to your wp-config.php file just right after the opening
