Title: Dashboard Editor
Author: Aaron Butacov
Published: <strong>2007-يىلى 26-مارت</strong>
Last modified: 2008-يىلى 13-ئاپرېل

---

قىستۇرما ئىزدە

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of 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://ug.wordpress.org/plugins/wordpress-dashboard-editor/#description)
 * [باھالاشلار](https://ug.wordpress.org/plugins/wordpress-dashboard-editor/#reviews)
 *  [ئورنىتىش](https://ug.wordpress.org/plugins/wordpress-dashboard-editor/#installation)
 * [ئىجادىيەت](https://ug.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-يىلى 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/)
گە مۇشتەرى بولغىلى بولىدۇ.

## Meta

 *  Version **1.1**
 *  ئاخىرقى يېڭىلانغان ۋاقىت **18 يىل بۇرۇن**
 *  ئاكتىپ ئورنىتىش سانى **200+**
 *  WordPress نەشرى ** 2.0.0 ياكى يۇقىرى **
 *  تىل
 * [English (US)](https://wordpress.org/plugins/wordpress-dashboard-editor/)
 * بەلگە
 * [admin](https://ug.wordpress.org/plugins/tags/admin/)[admin panel](https://ug.wordpress.org/plugins/tags/admin-panel/)
   [dashboard](https://ug.wordpress.org/plugins/tags/dashboard/)
 *  [ئالىي كۆرۈنۈش](https://ug.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/)