wp-admin-themer extended
Wp-admin-themer is a plugin that allows you to theme your Wordpress admin pages and login pages.
Derivative work from wp-admin-themer, written by Manuel Amador (Rudd-O)
- http://rudd-o.com/projects/wp-admin-themer/
- http://rudd-o.com
The plugin will overrule all CSS files from within the plugin css directory.
You can download the plugin here.
Tags: admin, css, login, themer, wordpress
This entry was posted
on Monday, April 14th, 2008 at 9:28 am and is filed under Motionmill plugins.
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.




June 3rd, 2008 at 12:49 am
looks very nice. I will test it. Does it works on 2.5.1?
June 3rd, 2008 at 8:36 am
Nachtmeister, yes it works on 2.5.1 as well.
Thanks for the comment.
Tom
August 1st, 2008 at 4:34 am
Hello,
Thank you for developing this plugin!
I have installed your plugin on a WP 2.5.1 site and it installed ok but it is not working as I expected. The first box at the top of the themer admin asks for “Login Page Logo URL:”. I thought this meant to place the URL to my logo so that my logo would show up at the login page instead of the WP logo, in fact that is the primary reason I am trying your plugin. In fact what happens is your logo shows up at the login page and the link I placed in there to my logo simply takes my to the logo when I click on your logo. I wanted to replace the WP logo with mine on the login page but what I got is the WP logo replaced with YOUR logo. How do I display my logo at the login page?
Thank you,
Jeff
August 1st, 2008 at 8:57 am
Hello Jeff,
In the folder css there is a file named login.css. Here you have to search for h1 a
h1 a {
background: url(images/logo-motionmill.gif) no-repeat;
width: 292px;
height: 66px;
text-indent: -9999px;
overflow: hidden;
padding-bottom: 15px;
display: block;
}
Replace logo-motionmill.gif by your own image name.
The first box in the admin is for setting the URL that is behind the logo.
Hope this helps you out.
cheers,
Tom
December 16th, 2008 at 9:47 pm
Hello,
Does this work with WordPress 2.7?
December 17th, 2008 at 10:46 am
This works on WP 2.7. You only have to copy the wp-admin.css,wp-login.css and colors-fresh.css in the css directory. If you don’t do this the layout get scrambled.
I’ll update our version soon on the Wordpress plugin repo.
Tom