WordPress Tutorials [All in 1] Best Series

WordPress Tutorials: WordPress-Version Update

In this lesson, we will study how to update the version in WordPress. Here, we will upgrade WordPress to the latest version through the admin panel.

The following are a few simple steps to update the version in WordPress.

Step-1: Click on Please Update Now.

Step-2: After pressing the link, the following page will open. Press update now button.

Step-3: The following screen will open during the update of WordPress.

Please Note: While updating the version, if you get an error as:

Fatal error: Maximum execution time of 30 seconds exceeded in C:\your wordpress folder\wp-includes\class-http.php on line 1597

Then you need to take the following actions:

  • Open your WordPress folder → wp-includes folder
  • Open the class-http.php file and add the following line at the beginning − set_time_limit (0);
  • Save the file.

Now your WordPress is successfully upgraded.

Page: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54

Muhammad Sikander Iqbal

Recent Posts

Easy Node JS Environment Settings for Express Framework

To proceed towards web development using Express JS, you will follow a few steps to… Read More

5 years ago

Express JS – A Brief Guide & Introduction

We have written these Express JS tutorials to help you in learning from easily the… Read More

5 years ago

Vue Development In 2019: Best Map about what you should know

If you're new to Vue development, you've probably heard a lot of jargon terms thrown… Read More

5 years ago