Title: Dashboard Editor
Author: Aaron Butacov
Published: <strong>2007년 3월 26일</strong>
Last modified: 2008년 4월 13일

---

플러그인 검색

이 플러그인은 **최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다**. 워드프레스의
좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 
있을 수 있습니다.

![](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://ko.wordpress.org/plugins/wordpress-dashboard-editor/#description)
 * [평가](https://ko.wordpress.org/plugins/wordpress-dashboard-editor/#reviews)
 *  [설치](https://ko.wordpress.org/plugins/wordpress-dashboard-editor/#installation)
 * [개발](https://ko.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.

## FAQ

  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/)를
확인하시거나, [개발 기록](https://plugins.trac.wordpress.org/log/wordpress-dashboard-editor/)
을 [RSS](https://plugins.trac.wordpress.org/log/wordpress-dashboard-editor/?limit=100&mode=stop_on_copy&format=rss)
로 구독하세요.

## 기초

 *  버전 **1.1**
 *  최근 업데이트: **18년 전**
 *  활성화된 설치 **200+**
 *  워드프레스 버전 ** 2.0.0 또는 그 이상 **
 *  언어
 * [English (US)](https://wordpress.org/plugins/wordpress-dashboard-editor/)
 * 태그:
 * [admin](https://ko.wordpress.org/plugins/tags/admin/)[admin panel](https://ko.wordpress.org/plugins/tags/admin-panel/)
   [dashboard](https://ko.wordpress.org/plugins/tags/dashboard/)
 *  [고급 보기](https://ko.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/)