I discovered many blank draft posts appeared on one of the websites I managed. I firstly freaked out and thought the site might have got hacked but after a few searching and troubleshooting digging, I noticed that it could be just one of the Dashboard widgets, namely Quick Draft or Quick Press widgets, that was trying to mess up with me.
You could easily disable it from Screen Options if you are the only one managing the website. But if not, it’s better to use this plugin called WP Widget Disable to disable it for good.
Install and activate the plugin and then go to Appearance > Disable Widgets, switch to the Dashboard Widgets tab, check Quick Draft from the list and click the Save Changes button.
If adding another plugin isn’t your preferred choice, you can also add the following code to the theme’s functions.php file to achieve the same.
function remove_dashboard_widgets() { global $wp_meta_boxes; unset($wp_meta_boxes[‘dashboard’][‘side’][‘core’][‘dashboard_quick_press’]); } add_action(‘wp_dashboard_setup’, ‘remove_dashboard_widgets’ );
If using Copilot right from the Taskbar isn't your thing, you should disable it. Even…
In an environment where standardizing things does matter, setting default fonts in Microsoft Office apps…
Wake-On-LAN is a networking standard that lets you wake up a computer from either a…
First of all, this is not to bypass a PDF file that requires a password…
Microsoft has been lurking about the idea of placing the Outlook navigation bar to the…
One colleague came up to me the other day asking me to take look at…