Title: Dashboard Editor
Author: Aaron Butacov
Published: <strong>2007 年 3 月 26 日</strong>
Last modified: 2008 年 4 月 13 日

---

搜尋外掛

這個外掛**並未在最新的 3 個 WordPress 主要版本上進行測試**。開發者可能不再對這個
外掛進行維護或提供技術支援，並可能會與更新版本的 WordPress 產生使用上的相容性問題。

![](https://s.w.org/plugins/geopattern-icon/wordpress-dashboard-editor.svg)

# Dashboard Editor

 由 [Aaron Butacov](https://profiles.wordpress.org/aaron-harun/) 開發

[下載](https://downloads.wordpress.org/plugin/wordpress-dashboard-editor.1.1.zip)

 * [詳細資料](https://tw.wordpress.org/plugins/wordpress-dashboard-editor/#description)
 * [使用者評論](https://tw.wordpress.org/plugins/wordpress-dashboard-editor/#reviews)
 *  [安裝方式](https://tw.wordpress.org/plugins/wordpress-dashboard-editor/#installation)
 * [開發資訊](https://tw.wordpress.org/plugins/wordpress-dashboard-editor/#developers)

 [技術支援](https://wordpress.org/support/plugin/wordpress-dashboard-editor/)

## 外掛說明

This plugin allows you to add whatever you want to the WordPress dashboard through
PHP and HTML even **Sidebar Widgets**. You can also wipe the entire dashboard or
individually remove some of the more irritating sections like the Dev news, Planet
WordPress and the getting started section.

In WordPress 2.5, the code is cleaner, the plugin is more responsive and you can
add both “real” sidebar widgets, or add “fake” ones to match the dashboard.

## 螢幕擷圖

[⌊A screenshot of an edited dashboard with widgets in 2.3.⌉⌊A screenshot of an edited
dashboard with widgets in 2.3.⌉[

A screenshot of an edited dashboard with widgets in 2.3.

[⌊My actual Dashboard in WP 2.5⌉⌊My actual Dashboard in WP 2.5⌉[

My actual Dashboard in WP 2.5

## 安裝方式

Basic Installation (If you are new to WordPress you should probably use this.):

 1. Download the zip file
 2. Unzip and upload dashboard.php to your _wp-content/plugins/_ folder.
 3. Go to your dashboard. There will be a new sub-menu item.
 4. Select any options you want and add any PHP or HTML code that you want to the textbox.

## 常見問題集

  How do I add Widgets?

To add a sidebar widget to your dashboard (after selecting the option from the Dashboard
management page) use the code:

    ```
    <?php dynamic_sidebar('admin');?>
    ```

The Admin sidebar is modified and controlled the exact same way as any other sidebar.

  How do I display UserOnline stats from the WP-UserOnline plugin?

If you use the WP-UserOnline plugin you can use:

  My new content doesn’t show up nicely. It is pushed to the bottom.

If you find that your new content doesn’t align nicely you can add:

    ```
          <div style="float:left; width:460px;">
               //
               //Add all other content here
               //
               </div>
    ```

  Can everyone see the information I add?

Yes, you can use User Roles ([See WordPress Codex](https://codex.wordpress.org/Roles_and_Capabilities)).
Or just use:

    ```
    <?php if(current_user_can('edit_users')){ ?>
    // Content you don't want people to see here
    <?php } ?>
    ```

  What else can I add?

Any code that can be used in a WordPress Theme can be used in the dashboard.

  I’m on WordPress 2.0, but none of the settings work.

Unfortunately, the only way to get the plugin to work on 2.0.x is to completely 
wipe the dashboard.

## 使用者評論

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

### 󠀁[Ou^W11y0O)vV90WR](https://wordpress.org/support/topic/ouw11y0ovv90wr/)󠁿

 [bharatmani](https://profiles.wordpress.org/bharatmani/) 2018 年 5 月 24 日

jgff

 [ 閱讀全部 1 則使用者評論 ](https://wordpress.org/support/plugin/wordpress-dashboard-editor/reviews/)

## 參與者及開發者

以下人員參與了開源軟體〈Dashboard Editor〉的開發相關工作。

參與者

 *   [ Aaron Butacov ](https://profiles.wordpress.org/aaron-harun/)

[將〈Dashboard Editor〉外掛本地化為台灣繁體中文版](https://translate.wordpress.org/projects/wp-plugins/wordpress-dashboard-editor)

### 對開發相關資訊感興趣？

任何人均可[瀏覽程式碼](https://plugins.trac.wordpress.org/browser/wordpress-dashboard-editor/)、
查看 [SVN 存放庫](https://plugins.svn.wordpress.org/wordpress-dashboard-editor/)，
或透過 [RSS](https://plugins.trac.wordpress.org/log/wordpress-dashboard-editor/?limit=100&mode=stop_on_copy&format=rss)
訂閱[開發記錄](https://plugins.trac.wordpress.org/log/wordpress-dashboard-editor/)。

## 中繼資料

 *  版本 **1.1**
 *  最後更新 **18 年前**
 *  啟用安裝數 **200+**
 *  WordPress 版本需求 ** 2.0.0 或更新版本 **
 *  語言
 * [English (US)](https://wordpress.org/plugins/wordpress-dashboard-editor/)
 * 標籤:
 * [admin](https://tw.wordpress.org/plugins/tags/admin/)[admin panel](https://tw.wordpress.org/plugins/tags/admin-panel/)
   [dashboard](https://tw.wordpress.org/plugins/tags/dashboard/)
 *  [進階檢視](https://tw.wordpress.org/plugins/wordpress-dashboard-editor/advanced/)

## 評分

 5 星，滿分為 5 星

 *  [  1 個 5 星使用者評論     ](https://wordpress.org/support/plugin/wordpress-dashboard-editor/reviews/?filter=5)
 *  [  0 個 4 星使用者評論     ](https://wordpress.org/support/plugin/wordpress-dashboard-editor/reviews/?filter=4)
 *  [  0 個 3 星使用者評論     ](https://wordpress.org/support/plugin/wordpress-dashboard-editor/reviews/?filter=3)
 *  [  0 個 2 星使用者評論     ](https://wordpress.org/support/plugin/wordpress-dashboard-editor/reviews/?filter=2)
 *  [  0 個 1 星使用者評論     ](https://wordpress.org/support/plugin/wordpress-dashboard-editor/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/wordpress-dashboard-editor/reviews/#new-post)

[查看全部使用者評論](https://wordpress.org/support/plugin/wordpress-dashboard-editor/reviews/)

## 參與者

 *   [ Aaron Butacov ](https://profiles.wordpress.org/aaron-harun/)

## 技術支援

使用者可在技術支援論壇提出意見反應或使用問題。

 [檢視技術支援論壇](https://wordpress.org/support/plugin/wordpress-dashboard-editor/)

## 贊助

想要支援這個外掛的發展嗎？

 [ 贊助這個外掛 ](http://anthologyoi.com/about/donate/)