The WordPress admin dashboard can be a scary thing for first-time users.
When we develop sites for clients, sometimes it makes sense to remove some of the UI items they don’t need in the admin area to make it less intimidating. We used many of these admin customizations with WordPress Multisite (or WPMU), to make our customer’s sites more user-friendly. (The code in this article works with normal WP and multisite)
Here’s what the standard admin dashboard looks like (click image):

Here’s what it will look like after we make some modifications:

There are basically 3 things you can do easily to start:
- Remove some admin menus and sub menus
- Remove some default widgets
- Simplify dashboard and post/page list screens
Here are some tips and tricks for customizing the WordPress admin by adding code to your child theme’s functions.php file.
Read More