How to clean up a hacked WordPress site Complete Guide - How to clean up a hacked WordPress site (Complete Guide)

How to clean up a hacked WordPress site (Complete Guide)

Is your website loading slowly? Redirects? Popups? Can’t login? Strange folders? Files with weird names? Huge number of failed/deferred emails that you didn’t even send? These are just some of the most common symptoms of a hacked WordPress website. If you are experiencing some of these problems – do not panic! In this guide, I’ll … Read more

wpadmin issue - wp-admin works but not website đŸ€”

wp-admin works but not website đŸ€”

Is your wp-admin working, but the front-end is white page? This usually happens when a certain WordPress plugin is running up against the PHP Memory Limit. Check your error_log file for any error messages that confirm this: Edit the file /etc/php7/apache2/php.ini and increase the memory limit: Increase the limit and then restart Apache. I also suggest … Read more

disable all plugins - Disable WordPress plugins via FTP or within PHPMyAdmin

Disable WordPress plugins via FTP or within PHPMyAdmin

Here are various ways to disable all WordPress plugins at once in cPanel. Disable all plugins via FTP or FileManager Step 1. Login to cPanel > File Manager Step 2. Open /wp-content folder Step 3. Rename /plugins folder to plugins.bak Disabling all plugins using PhpMyAdmin Step 1. Login to your PHPMyAdmin Step 2. Open your … Read more

How to pick the best theme for your business - How to pick the best WordPress theme for your business in 2023

How to pick the best WordPress theme for your business in 2023

Picking the best WordPress theme for your website might seem a little daunting. There are a lot of choices swirling around the internet right now. You might be scared about picking “the wrong one,” or overwhelmed by all the web design terms that are over your head. I’ve been working with WordPress for over five … Read more

How to extract WordPress All In One Migration backup from WPRESS file - How to extract WordPress All In One Migration backup from .WPRESS file

How to extract WordPress All In One Migration backup from .WPRESS file

Here are 3 ways to extract WordPress All In One Migration backups from a .WPRESS file:

1. Using the WPAllinOne Migration plugin

The free version of the WPAllinOne Migration plugin limits the restore to 512MB so if the file is less than that you can restore it from the plugin:

image 11 1024x550 - How to extract WordPress All In One Migration backup from .WPRESS file

2. Using traktor.servmask.com

If the file size is bigger than 512MB then you can use this online tool to download separately files and database:

image 12 - How to extract WordPress All In One Migration backup from .WPRESS file

3. Using Wpress-Extractor Windows/Mac

Video tutorial on how to extract WordPress All In One Migration backup from a .WPRESS file

Download the tool and follow these steps:

  1. Downlaod the .exe file in the same folder as the .wpress backup
  2. Open terminal inside that folder
  3. type in wpress-extractor FILE-NAME-HERE.wpress for example: wpress-extractor file234.wpress

Wait for the extraction to finish:

image 13 - How to extract WordPress All In One Migration backup from .WPRESS file

Increase Maximum Upload File Size in WordPress - ✅ How to Increase Maximum Upload File Size in WordPress [SOLVED]

✅ How to Increase Maximum Upload File Size in WordPress [SOLVED]

Here is How to Increase Maximum Upload File Size in WordPress: Increase Maximum Upload File Size using the .htaccess file Change the numbers to the values that you need: Increase Maximum Upload File Size using wp-config.php Open up your wp-config.php file and add the following code inside: Increase Maximum Upload File Size in WordPress using … Read more

wp cron - Why is ?doing_wp_cron being added to my URLs

Why is ?doing_wp_cron being added to my URLs

WordPress background processing tasks such as publishing scheduled posts, backups or auto-updates may append ?doing_wp_cron to your URLs. Most common plugins that cause this issue are: All-In-One WP Migration and UpDraftPlus Backups. Disable doing_wp_cron in URL using wp-config.php To remove ?doing_wp_cron from URLs using the wp-config.php file simply edit the file and remove the line containing: Disable … Read more

Best WordPress SEO plugins to increase website SERPs - Best WordPress SEO plugins for beginners to increase website SERPs

Best WordPress SEO plugins for beginners to increase website SERPs

If SEO is not your area of interest and you actually don’t know anything about it, you still should not undermine its importance to your website’s SERPs (Search Engine Results Page). Search engine optimization (SEO) is the practice of making your site rank high on search engines like Google and Bing. Higher you rank, more … Read more

How to delete WordPress malware - How to delete WordPress malware ($_REQUEST[‘action’]) && isset($_REQUEST[‘password’]) &&

How to delete WordPress malware ($_REQUEST[‘action’]) && isset($_REQUEST[‘password’]) &&

This type of malware causes unwanted redirects to third-party websites, and is commonly found inside nulled theme’s functions.php file Source code: How to remove this WordPress redirects? Delete wp-vcd.php and class.wp.php files from wp-include folder Edit post.php and delete the malicious code Edit your theme’s functions.php file, and delete the above code ☝️ UPDATE: I recommend reinstalling WordPress as instructed here: How to … Read more