Title: remove dashboard
Last modified: August 18, 2016

---

# remove dashboard

 *  Resolved [kellyputty](https://wordpress.org/support/users/kellyputty/)
 * (@kellyputty)
 * [18 years, 10 months ago](https://wordpress.org/support/topic/remove-dashboard/)
 * How does one remove the dashboard from everyone except admin?

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Thread Starter [kellyputty](https://wordpress.org/support/users/kellyputty/)
 * (@kellyputty)
 * [18 years, 10 months ago](https://wordpress.org/support/topic/remove-dashboard/#post-567313)
 * [http://www.deepwave.net/articles/hide_dashboard/](http://www.deepwave.net/articles/hide_dashboard/)
   
   removes the tabs, however the dashboard is still really there
 *  Thread Starter [kellyputty](https://wordpress.org/support/users/kellyputty/)
 * (@kellyputty)
 * [18 years, 10 months ago](https://wordpress.org/support/topic/remove-dashboard/#post-567316)
 * add this to the very top of /wp-admin/index.php:
 * header(‘Location: post.php’);
    exit();
 * Then open up /wp-admin/menu.php and add // in front of this line:
 * $menu[0] = array(__(‘Dashboard’), ‘read’, ‘index.php’);
 * ——————————
 * do both the above and this to get rid of dashboard and profile for non admin 
   users
 *  [maduser](https://wordpress.org/support/users/maduser/)
 * (@maduser)
 * [18 years, 10 months ago](https://wordpress.org/support/topic/remove-dashboard/#post-567602)
 * hi kellyputty,
 * that works like charm. wondering how can I redirect users to profile page after
   doing this.
 * many thanks
 * Maddy
 *  [indiaberry](https://wordpress.org/support/users/indiaberry/)
 * (@indiaberry)
 * [18 years, 3 months ago](https://wordpress.org/support/topic/remove-dashboard/#post-567710)
 * This work for me, too. I am looking for direction to find out how to redirect
   the user to the profile.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘remove dashboard’ is closed to new replies.

## Tags

 * [dashboard](https://wordpress.org/support/topic-tag/dashboard/)
 * [remove](https://wordpress.org/support/topic-tag/remove/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 4 replies
 * 3 participants
 * Last reply from: [indiaberry](https://wordpress.org/support/users/indiaberry/)
 * Last activity: [18 years, 3 months ago](https://wordpress.org/support/topic/remove-dashboard/#post-567710)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
