D
by Aaron Butacov
5 (1 reviews)
Dashboard Editor
With this plugin you can remove sections of the dashboard, add new code, or even add Sidebar Widgets.
Compatibility unknown
v1.1
Current Version v1.1
Updated 17 years ago
Last Update on 14 Apr, 2008
Refreshed 6 hours ago
Last Refreshed on
Rank
#12,436
-10 this week
Active Installs
200+
—
No change
KW Avg Position
123
—
No change
Downloads
78.2K
+2 today
Support Resolved
0%
—
No change
Rating
100%
Review 5 out of 5
5
(1 reviews)
Next Milestone 300
200+
300+
1,099
Ranks to Climb
-
Growth Needed
8,000,000
Active Installs
Pro
Unlock Exact Install Count
See the precise estimated active installs for this plugin, calculated from real-time ranking data.
- Exact install estimates within tiers
- Track install growth over time
- Milestone progress predictions
Need 48 more installs to reach 300+
Rank Changes
Current
#12,436
Change
Best
#
Downloads Growth
Downloads
Growth
Peak
Upgrade to Pro
Unlock 30-day, 90-day, and yearly download history charts with a Pro subscription.
Upgrade NowReviews & Ratings
5.0
1 reviews
Overall
100%
5
1
(100%)
4
0
(0%)
3
0
(0%)
2
0
(0%)
1
0
(0%)
Tracked Keywords
Showing 3 of 3| Keyword | Position | Change | Type | Updated |
|---|---|---|---|---|
| edit dashboard | 67 | — | Tag | 9 hours ago |
| admin panel | 114 | — | Tag | 9 hours ago |
| dashboard | 188 | — | Tag | 9 hours ago |
Unlock Keyword Analytics
Track keyword rankings, search positions, and discover new ranking opportunities with a Pro subscription.
- Full keyword position tracking
- Historical ranking data
- Competitor keyword analysis
Track This Plugin
Get detailed analytics, keyword tracking, and position alerts delivered to your inbox.
Start Tracking FreePlugin Details
- Version
- 1.1
- Last Updated
- Apr 14, 2008
- Requires WP
- 2.0.0+
- Tested Up To
- 0
- PHP Version
- N/A
- Author
- Aaron Butacov
Support & Rating
- Rating
- ★ ★ ★ ★ ★ 5
- Reviews
- 1
- Support Threads
- 0
- Resolved
- 0%
Keywords
Upgrade to Pro
Unlock keyword rankings, search positions, and detailed analytics with a Pro subscription.
Upgrade NowSimilar Plugins
WP Adminify – White Label WordPress, Admin Menu Editor, Login Customizer
7K+ installs
#2,717
Master Addons For Elementor – Widgets, Extensions, Theme Builder, Popup Builder & Template Kits
30K+ installs
#954
Qi Addons For Elementor
200K+ installs
#252
MW
MW WP Form
200K+ installs
#266
WPFront Scroll Top
200K+ installs
#272
Frequently Asked Questions
Common questions about Dashboard Editor
<?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>
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>
<?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.
// 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.