Add the following code to your WordPress theme's function.php file, or a functionality plugin to to customize the WordPress Login Logo … [Read more...] about Customize the WordPress Login Logo
WP Core
Disable Submenus from the WordPress Admin Panel
Add the following code to your WordPress theme's function.php file, or a functionality plugin to remove sub-menus from the WP admin menu. … [Read more...] about Disable Submenus from the WordPress Admin Panel
Allow Shortcodes in Widgets and Excerpts
Add the following code to your WordPress theme's function.php file, or a functionality plugin to allow Shortcodes in Widgets and Excerpts … [Read more...] about Allow Shortcodes in Widgets and Excerpts
Disable Top-Level Menus from the WordPress Admin Bar
Add the following code to your WordPress theme's function.php file, or a functionality plugin. … [Read more...] about Disable Top-Level Menus from the WordPress Admin Bar
Remove Default Widgets from the WordPress Dashboard
Add the following code to your WordPress theme's function.php file, or a functionality plugin to remove the default widgets from the WordPress dashboard. … [Read more...] about Remove Default Widgets from the WordPress Dashboard
Remove WordPress Meta-Boxes from Post & Page Editor Dashboards
Add the following code to your WordPress theme's function.php file, or a functionality plugin to remove WordPress Meta-Boxes from Post & Page Editor Pages. … [Read more...] about Remove WordPress Meta-Boxes from Post & Page Editor Dashboards
Customize WordPress Login Page Logo with CSS
The IDs and Classes needed to customize the WordPress Login Page Logo … [Read more...] about Customize WordPress Login Page Logo with CSS
Change the WordPress Dashboard Footer Text
Add the following code to your WordPress theme's function.php file, or a functionality plugin to replace the WordPress Dashboard footer message with your own. Replace "Your own text" with your message. … [Read more...] about Change the WordPress Dashboard Footer Text
Add Personalized WordPress Dashboard Widgets
Add the following code to your WordPress theme's function.php file, or a functionality plugin and then modify it with your message. … [Read more...] about Add Personalized WordPress Dashboard Widgets