Change the Footer in WordPress Admin Panel and Theme

In this post, we will learn how to change the WordPress default footer in WP-admin area. Footer links and WordPress version are the considerable parts of the dashboard to customize. Add this code below to your theme’s  functions.php file to hide the WordPress version number. //Hide admin footer from admin function change_footer_admin () {return ‘ ‘;} … Read more

Control admin Color Scheme for new Users and Create Custom Colors in WordPress Dashboard

WordPress 3.8 version comes with different color schemes that allow a user to change admin panel’s color and create custom admin color scheme according to their own choice. How to switch or change WordPress default admin color scheme. WordPress has 8 beautiful different color schemes for admin panel which makes the user experience, even more, … Read more