How to Increase the Maximum Upload File Size in WordPress

Did you know that the server upload file size limit can restrict you to upload large media files like video files, huge images, themes, and plugins? Maybe you’ve run yourself into the error “exceeds the maximum upload size for this site” while trying to upload some large media files to your WordPress site. So you … Continue reading “How to Increase the Maximum Upload File Size in WordPress”

How to Easily Move Your Website from WordPress.com to WordPress.org

    Do you plan to move your blog from WordPress.com to a self-hosted website that you can get from WordPress.org? For many users, this is a good choice. Did you know that WordPress.com and WordPress.org are, in fact, two different platforms? Do you want to know which option is the better choice for your needs? … Continue reading “How to Easily Move Your Website from WordPress.com to WordPress.org”

How to Change WordPress Table Prefix of mySQL Database

If you like to change the WordPress table prefix of the database on an existing WordPress website, you can use the following SQL query, where you have to update the header and the SET properties to your needs: database name oldprefix_ newprefix_ This is the SQL query: SET @database = “databasename”; SET @oldprefix = “oldprefix_”; … Continue reading “How to Change WordPress Table Prefix of mySQL Database”

How to Migrate WordPress to a New Server (Step-By-Step-Guide)

WordPress website migration can be a daunting and stressful task, especially when you don’t know how to tackle it without complications. Read this step-by-step guide to migrate WordPress to a new server on your own without any fear of making a mistake and damaging your site(s).

WordPress website migration can be a daunting and stressful task, especially when you don’t know how to tackle it without complications. Read this step-by-step guide to migrate WordPress to a new server on your own without any fear of making a mistake and damaging your site(s).

How to Backup a WordPress Website Manually Using cPanel

This extensive tutorial explains how to backup a WordPress website manually. Read this article instead if you want to automatically backup your website with one click using WP STAGING | PRO: How to backup and restore WordPress. I’m sure you love your website and can’t afford to lose it. Every website can get hacked or … Continue reading “How to Backup a WordPress Website Manually Using cPanel”

How to Reduce and Lower the Size of a WordPress Website

If you are on a web server with limited capacities and not much free available disk space, you have several options to reduce your WordPress site’s size. If you are going to clone your website with WP Staging, you can choose the options below to lower your file system’s size. How to Free Up Disk … Continue reading “How to Reduce and Lower the Size of a WordPress Website”

How to Hide or Remove the WordPress Admin Bar Effectively

The WordPress admin bar is a toolbar on top of your WordPress website that shows more or less useful information when you are logged in. Learn how to hide it for your users. The admin bar is visible in the backend all the time, but additionally, to that, it is also visible at the front … Continue reading “How to Hide or Remove the WordPress Admin Bar Effectively”

phpMyAdmin Repair and Optimize Database Tables Tutorial

Sometimes, it might be necessary to repair a MySQL database table. This can be the case if your WordPress site acts weirdly or slowly. So, for instance, when you notice that modified settings in your WordPress dashboard are not permanently saved, it could indicate a corrupted database table. Another indicator for a corrupted MySQL table … Continue reading “phpMyAdmin Repair and Optimize Database Tables Tutorial”

How to Repair mySQL Database with phpmyadmin and adminer

REPAIRING MYSQL DATABASES WITH PHPMYADMIN If your website behaves strangely, like throwing unknown errors, or cannot save settings permanently, then it is likely that your database has become corrupted. When this happens, you can try to repair database tables using one of the most popular database administration tools, phpMyAdmin or adminer. To repair MySQL database … Continue reading “How to Repair mySQL Database with phpmyadmin and adminer”