List/Grid Wordpress Tips Subscribe RSS feed of category Wordpress Tips
Remove admin color scheme picker from profile
Add this script to the functions.php of your wordpress theme will remove the admin color scheme picker from the profile page. if(is_admin()){ remove_action(“admin_color_scheme_picker”, “admin_color_scheme_picker”); }
How to disable auto save, post revision and reduce the database size in wordpress
The auto save option in wordpress is a best feature but not for every. For those who have limited web space, limited database size and they not want to auto…






