Articles

 Categories and tags have vanished

The problem ended up being that system alerts had caused certain functions to shut down. One of...

 Disable File Editing in WordPress

Disable file editing in WordPress admin In this guide, we show how you can disable...

 Get rid of “WebSocket connection to ‘…’ failed” error on WordPress sites running Jetpack

Just go to /wp-admin/admin.php?page=jetpack_modules in your WP admin and there it is! If you’re...

 How to Disable Theme and Plugin Editors from WordPress Admin Panel

Disabling theme and plugin editors in WordPress is quite easy. Simply edit your wp-config.php...

 How to Enable Revisions for WooCommerce Products

By default, WooCommerce does not work with WordPress revisions. You will need to add some code...

 How to Fix WordPress Stuck In Maintenance Mode?

When WordPress puts itself into maintenance mode, it does so by creating a file named...

 How to Install WP-CLI

The following tutorial is intended for Mac and Linux users. Official Installation Procedure For...

 How to Move a WordPress Website from HTTP to HTTPS/SSL

Configuring WordPress for SSL/HTTPS Links in WordPress (such as image attachments, themes CSS...

 How to deactivate all plugins when not able to access the administrative menus?

Sometimes it may be necessary to deactivate all plugins, but you can't access the administrative...

 How to disable WordPress maintenance mode after a failed update

You start an update and the update process fails at some point, leaving your WordPress website...

 Increase the WordPress allowed memory size

The default memory limit for WordPress is 32 MB. It is very common to exceed this limit and get...

 Leverage Browser Caching

<IfModule mod_expires.c> ExpiresActive On ExpiresDefault "access plus 1 month"...

 Remove Query Strings from Static Resources

1. Remove Query Strings from Static Resources with Code You can easily remove query strings from...

 Replace wp-cron with real cronjob

Firstly, you should turn off the default WP-Cron behavior to prevent it from running on page...

 Too many Redirects after switching WordPress to https

Make sure that you define the WP_SITEURL and WP_HOME at wp-config.php...

 WooCommerce Database update doesn't complete hours

For upgrade procedures to work, WP CRON must work, otherwise the scheduled tasks never get...

 WordPress Security - Base64 and eval

WordFence has a scanner that can find base64 and eval code. You can use CPANEL file manager to...