Add new WordPress website to DDEV DDEV WordPress Just follow these steps here: https://ddev.readthedocs.io/en/latest/users/quickstart/#wordpress
Allow SVG upload in WordPress Media Library WordPress WordPress will not allow uploading SVG files even if the necessary mime types are added like this: if the SVG ...
Changing database table prefix after installing WordPress Database WordPress If you’ve already installed WordPress and want to change your database prefix, you’re stuck with the hard way. But it’s really ...
Fix Mastercard plugin in WooCommerce WooCommerce WordPress if plugin says the character , is an invalid character then please go to file and around line 322 search ...
How to delete all posts from a website WordPress 1. First login to the server as root user 2. Then change to the website user with the following command. ...
How to clone an existing website to another with terminal in DDEV DDEV WordPress In order to clone an existing website create a new .sh file named clonewebsite.sh and put the following code within ...
How can I change my MySQL database collation? Database WordPress Usually, you will be interested in changing your MySQL collation in order to solve problems with foreign character encodings. The ...
How to change the database engine of a MySQL database table? Database WordPress To change the database engine of a MySQL database table, go to your phpMyAdmin available in Site Tools. For example, if you ...
Re-register WPML on your website WordPress In case you have lost your link to the registration path of WPML follow the following link: https://yourwebsite.com/wp-admin/plugin-install.php?tab=commercial&repository=wpml&action=register
Create new WordPress site for DDEV via script DDEV WordPress 1. Ensure You Have DDEV Installed Make sure you have DDEV installed on your system. You can check by running: ...
Fix WordPress site that stuck on maintenance during updates WordPress If your website stuck and displaying the message: Briefly unavailable for scheduled maintenance. Check back in a minute. You have ...
How to access database options from wp-admin WordPress It is easy to edit db options from within the admin dashboard. Be careful you can destroy the website. site_url/wp-admin/options.php ...
Install Redis cache & phpMyAdmin on WordPress DDEV environment DDEV WordPress Install Redis This uses WP-CLI to inject the constants into wp-config.php every time DDEV starts or restarts, so you never ...
Magic trick to check WordPress database options WordPress Just login to your website with admin access and go to this hidden link. /wp-admin/options.php et voila!
Create custom walker for WordPress menu to add image WordPress Create the custom fields on ACF Create a new field group and add an Image field mapped to all menu ...
Fix WPForms was not able to submit error WordPress Why Caching Causes Submission Issues The anti-spam feature in WPForms uses a regularly updated token to keep your site protected. ...