Latest in Wordpress.
No comments »
Quick Wordpress Custom Admin
Though it's well documented and discussed, I thought I'd put my hat in the ring for quick and easy Wordpress admin customization.
First, let's add your favicon and a custom css file to your admin views. Add this in your functions.php theme file:
function extra_admin_css() {
echo...
More
