Anyone can recognize the current WordPress backend, but I don’t want that. I want to change it using my own design and I want to have a seamless navigating experience for my users. How can I change the dashboard appearance? I googled a lot of posts and questions, and it seems like you can only change the CSS of most things and some people were using hooks to add their own code and what not.
Leave a Reply
You must be logged in to post a comment.
I use a custom include file that I created to modify the dashboard. Some of the hooks and filters are commented out by default but most of the stuff is here to remove menus, change wp logos, remove meta boxes, remove dashboard widgets, etc…
There is indeed little information available on how to customize the Dashboard. Lately I have been looking around too and have bookmarked a few of what seem to have good tips.
Have you had a look at these threads?
You can modify the look and feel of the administration area either via CSS or creating a plugin to do more. There are some really nice admin themes out there that make it less generic.
Fluency is an admin theme that I have found is a nice replacement.
Details on how to create the admin themes can be found in the codex here
what you described above sounds right. Check out the link below
Creating Admin Themes