We have been running our blog on WordPress for the past 16 years and have encountered a variety of errors and warnings, including the ‘Error establishing a database connection.’ Through our experience and lots of trial and error, we’ve learned how to troubleshoot these issues without d...
You will find the wp-config.php file in your site’sroot folder. Simply edit the file and paste the following lines of code just before the one that says,'That's all, stop editing! Happy publishing'. 1 2 define('WP_HOME','https://www.example.com'); define('WP_SITEURL','https...
Secondary Menu Settings Few WP themes provide drop-down menus for secondary menu items. Our themes do! And we have the same controls for them as the main menu. 9 Custom CSS Our themes allow you to easily add customCSS, as well as custom code to the head and footer of the theme (befo...
and edit the file wp-config.php.Add the following two constants as shown in the screenshot:define( 'WP_DEBUG', true); define( 'WP_DEBUG_LOG', true);Then, save the changes and refresh your website. WordPress will display information about the problem. You will be also able to find th...
If the URLs don’t match and they should, you can change the settings manually. To do this, you’ll need to edit your site’s wp-config.php file. Access your website using SFTP as you did previously. Then, locate and open the wp-config.php file in a text editor. ...
Secondary Menu Settings Few WP themes provide drop-down menus for secondary menu items. Our themes do! And we have the same controls for them as the main menu. 9 Custom CSS Our themes allow you to easily add customCSS, as well as custom code to the head and footer of the theme (befo...
The WordPress dashboard provides you with a visual editor through which you can add/edit content, add images, links and more, all this from a single centralized unit.Distraction-free Writing ModeWordPress comes with a default distraction-free writing mode, that can be of immense help to ...
File Manager is a bit like your computer’s file explorer. You will see WordPress folders and files in a similar interface. To edit any of the files, you need to download them, edit them on your local machine, and then reupload them to the correct folder, after deleting the existing fi...
So, it is always better to edit your images and make sure it fits the space available. You can also use plugins like Hammy, Lazy Load, Imsanity etc, they will make this a lot easier. #2. Poorly coded WP themes –You need to be very careful while choosing WP themes. Bug-ridden ...
First, map domains within your WordPress multisite dashboard through theSites>Editlink. Change theSite Address (URL)field to that of your custom domain. Within the MyKinsta dashboard, head to theDomainsscreen for your main multisite installation. Here, click theAdd domainbutton, fill in the fi...