WordPress
How to increase PHP max_execution_time WordPress site
To max_execution_time Locate the php.ini file: This file is responsible for setting up the PHP configuration. You can ask your web hosting provider to…
PHP Fatal error: Uncaught Error: Call to undefined function create_function()
I recently encountered PHP Fatal error: Uncaught Error: Call to undefined function create_function error when updating WordPress install from PHP7.4 to PHP8.0. Below was…
How to Disable Gutenberg editor WordPress Without Plugin
To disable Gutenberg editor also known as block editor without using a WordPress plugin. You will need access to your install files using FTP…
How to Add reCAPTCHA WordPress Comment Form
In this article we are going to learn how to add reCaptcha WordPress comment form. The main reason why you need to add reCaptcha…
Disable Language Switcher on WordPress Login Screen 2 Ways
In this article we are going to look at how we can disable language switcher dropdown on the WordPress login screen. Why disable language…
2 Ways on How to Create a WordPress Child Theme
In this article we are going to learn on how to create a WordPress child theme, child themes are a great option when you…
How To Update WordPress Manually
Keeping WordPress up to date is one of the most important as far as WordPress maintenance is concerned. In this article we are going…
How To Fix WP Maintenance Mode WordPress
In this article we will be talking about wp maintenance mode "Briefly Unavailable for Scheduled Maintenance. Check Back in a Minute”, what causes it…
The editor has encountered an unexpected error
I recently encountered this error when trying to add or edit custom post type on a website, the exact error reads "The editor has…
How to Update a WordPress Theme
In this tutorial we are going to learn on how to update a WordPress theme, but first let’s look at what WordPress theme is…