Is there any way to create our own admin theme rather than the default one.
or do we have to override the default style sheets to get the desired look??
Leave a Reply
You must be logged in to post a comment.
Is there any way to create our own admin theme rather than the default one.
or do we have to override the default style sheets to get the desired look??
You must be logged in to post a comment.
You’ll want to add your own stylesheet, e.g.:
You can then style the admin as you like. For UI changes beyond styling its not possible to answer within the scope of this question as there are too many things possible to say in an answer like this.
For an example of what’s possible and some of the pitfalls and advantages of theming the admin area, see this article by Noel Tock:
http://www.noeltock.com/web-design/wordpress/wp-admin-is-an-experience-too/
It is generally recommended you don’t customize the admin beyond basic css.
Reasons:
Yes, you definitely can create your own admin themes. The Executive Admin theme is a good example.
Update: I’ve just realised that this doesn’t work with wordpress 3.3.1 (its designed for WP 3.2.1) – as the admin bar it uses at the top seems to conflict with the wordpress admin bar.