Category

WordPress

54 articles Subscribe via RSS
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…

April 25, 2023 · 3 min read
WordPress

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…

April 6, 2023 · 1 min read
WordPress

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…

May 25, 2022 · 2 min read
WordPress

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…

April 1, 2022 · 2 min read
WordPress

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…

March 25, 2022 · 3 min read
WordPress

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…

March 18, 2022 · 5 min read
WordPress

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…

February 25, 2022 · 3 min read
WordPress

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…

February 18, 2022 · 4 min read
WordPress

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…

February 4, 2022 · 2 min read
WordPress

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…

January 28, 2022 · 3 min read