Skip to Content
Main Content

Hiker Looking Out Over Mountains

6 Minute Read | March 7, 2019

How to Manage Your WordPress Updates

How to Manage Your WordPress Updates

The ironic cliché “What could possibly go wrong?” might well have originated among WordPress webmasters trying to figure out how to update WordPress sites.

WordPress websites tend to have a lot of moving parts, each of them crucial to site structure. Typically, many different developers created those parts. You bought your theme from one developer, and then another developer tinkered with it. You probably have at least 10 plugins from 10 different developers.

On top of that, you must consider WordPress Core updates and updates to the PHP. The challenge: Keeping the site up to date while making sure that each moving part meshes with all the other moving parts. You have to make sure that updating your theme won’t break any of your plugins and that updating to the latest PHP doesn’t wreck your theme.

What could possibly go wrong? A lot. So set up a process to handle WordPress updates without losing your mind.

Why You Should Update Your WordPress Website

  • Security. Hackers constantly try to break into WordPress websites. WordPress updates fix bugs, patch security holes, and generally make hackers work a lot harder to break through the barriers.
  • Improve your website speed. New releases mean better code that helps optimize your website for speed.
  • Compatibility. Newer plugins require the latest version of WordPress.

How to Start Making Updates to Your WordPress Website

First things first; back up your WordPress website. If WP Engine hosts your website, it handles backups for you. However, you can use such third-party plugins as BackupBuddy, CodeGuard, and UpdraftPlus.

Backing up your website is important. If any updates cause your website to implode, you can easily restore it.

Bonus Best-Practice Tip: Test any upgrades in a development environment. If you host through WP Engine, take advantage of its development and staging environment to test any updates without impacting your live website.

What Should I Update First?

Best practice is to stay on top of updates as they’re issued, instead of letting them pile up. Upgrading a theme from version 1.5 to 1.6 is easier than leaping from version 1.5 to 5.5. Incremental, steady updates cause fewer issues than drastic updates.

If you haven’t given your website the consistent update TLC it needs, you’ll have to update everything from your PHP to your theme. Most developers recommend major updating in the following order:

  1. PHP
  2. WordPress Core
  3. Plugins/Themes

But you can follow that order and still break things. There are no guarantees.

We recommend a strategic approach. Check each of your plugins and theme for WordPress version compatibility. Upgrade the incompatible plugins BEFORE you update to the latest version of WordPress. You already know what plugins will break when you upgrade WordPress, so why wait? Update the rest after you update the PHP and WordPress Core. If the plugin specifies no compatibility issues, it doesn’t matter when you make the upgrade.

How to Update WordPress Plugins

First, view the plugin version details. You will see a link next to the plugin you wish to update. This link leads to further information about the changes the update will bring about. Update anything pertaining to a security fix right away. If no security updates are specified, wait a week to update. This will give the plugin developer time to fix any bugs or issues, and your update will be more seamless.

WordPress Changelog

Viewing the version details also yields insight on the plugin’s compatibility with specific versions of WordPress. For example, the above screenshot shows that this plugin is compatible with WordPress 4.0 to 5.0.3. It also shows that it requires PHP 5.2 or higher. This means that upgrading your WordPress account to 5.0.3 and the PHP to 7.2 should not negatively impact this plugin.

This also means that you should wait to update this plugin until after you update to WordPress 5.0.3 and PHP 7.2.

How to Update Your Theme

To easily update your theme, first verify your theme via the Theme License panel in your WordPress dashboard. This panel shows notifications of the latest updates on your dashboard whenever an update is available for download.

Theme License panel in WordPress

If your theme is ready for an update, view the version details, just as you would for a plugin, to get an idea of what changes to expect after the update.

Plugin update view

How to Update Your WordPress Website’s PHP

A PHP version settings tab or menu item likely resides in the back end of your hosting account. From there, you can check your website’s PHP version. And from there, you should be able to upgrade to the latest PHP version. It looks like this in WP Engine:

PHP Selector

Before you upgrade your PHP version, use WP Engine’s PHP Compatibility Checker plugin. This plugin crawls your site and notifies you of any potential issues you might face after upgrading your PHP. Take this extra step to proactively identify problems instead of waiting to see what breaks.

Bonus Tip: If you do not want to log in to your hosting environment to check on your PHP version, you can display your current PHP version on your dashboard using the Display PHP Version plugin.

PHP display dashboard

How to Update WordPress Core

You may be able to manage this update through your hosting environment as well. Below is a screenshot of where you can update within WP Engine.

WordPress Version update

You can also make this update from your WordPress dashboard. You should see a link to Get Version ### in the bottom right of your dashboard. Again, back up your website beforehand and test this update in a development environment, if applicable.

WordPress update available

It’s so easy to break things when you update a WordPress site if you don’t understand how all the parts work together. So put a process in place and manage your site updates consistently. You wouldn’t want anything to go wrong, would you?

 

Authored By

Jenna Dehn

Jenna Dehn

UX Design Lead

hand-drawn owl

Get Expert Tips

361375/Blog/How-to-manage-your-wordpress-updates6
<h2>How to Manage Your WordPress Updates</h2> <p>The ironic cliché “What could possibly go wrong?” might well have originated among WordPress webmasters trying to figure out how to update WordPress sites.</p> <p>WordPress websites tend to have a lot of moving parts, each of them crucial to site structure. Typically, many different developers created those parts. You bought your theme from one developer, and then another developer tinkered with it. You probably have at least 10 plugins from 10 different developers.</p> <p>On top of that, you must consider WordPress Core updates and updates to the PHP. The challenge: Keeping the site up to date while making sure that each moving part meshes with all the other moving parts. You have to make sure that updating your theme won’t break any of your plugins and that updating to the latest PHP doesn’t wreck your theme.</p> <p>What could possibly go wrong? A lot. So set up a process to handle WordPress updates without losing your mind.</p> <h2>Why You Should Update Your WordPress Website</h2> <ul> <li>Security. Hackers constantly try to break into WordPress websites. WordPress updates fix bugs, patch security holes, and generally make hackers work a lot harder to break through the barriers.</li> <li>Improve your website speed. New releases mean better code that helps optimize your website for speed.</li> <li>Compatibility. Newer plugins require the latest version of WordPress.</li> </ul> <h2>How to Start Making Updates to Your WordPress Website</h2> <p>First things first; back up your WordPress website. If WP Engine hosts your website, it handles backups for you. However, you can use such third-party plugins as BackupBuddy, CodeGuard, and UpdraftPlus.</p> <p>Backing up your website is important. If any updates cause your website to implode, you can easily restore it.</p> <p><strong>Bonus Best-Practice Tip</strong>: Test any upgrades in a development environment. If you host through WP Engine, take advantage of its <a href="https://wpengine.com/support/staging-development-environments-wp-engine/" linktype="3" target="_blank">development and staging environment</a> to test any updates without impacting your live website.</p> <h2>What Should I Update First?</h2> <p>Best practice is to stay on top of updates as they’re issued, instead of letting them pile up. Upgrading a theme from version 1.5 to 1.6 is easier than leaping from version 1.5 to 5.5. Incremental, steady updates cause fewer issues than drastic updates.</p> <p>If you haven’t given your website the consistent update TLC it needs, you’ll have to update everything from your PHP to your theme. Most developers recommend major updating in the following order:</p> <ol> <li>PHP</li> <li>WordPress Core</li> <li>Plugins/Themes</li> </ol> <p>But you can follow that order and still break things. There are no guarantees.</p> <p>We recommend a strategic approach. Check each of your plugins and theme for WordPress version compatibility. Upgrade the incompatible plugins BEFORE you update to the latest version of WordPress. You already know what plugins will break when you upgrade WordPress, so why wait? Update the rest after you update the PHP and WordPress Core. If the plugin specifies no compatibility issues, it doesn’t matter when you make the upgrade.</p> <h2>How to Update WordPress Plugins</h2> <p>First, view the plugin version details. You will see a link next to the plugin you wish to update. This link leads to further information about the changes the update will bring about. Update anything pertaining to a security fix right away. If no security updates are specified, wait a week to update. This will give the plugin developer time to fix any bugs or issues, and your update will be more seamless.</p> <p><img alt="WordPress Changelog" src="/Northwoods-2020/Blogs/HowtoManageWordpressupdates1.png?Large"></p> <p>Viewing the version details also yields insight on the plugin’s compatibility with specific versions of WordPress. For example, the above screenshot shows that this plugin is compatible with WordPress 4.0 to 5.0.3. It also shows that it requires PHP 5.2 or higher. This means that upgrading your WordPress account to 5.0.3 and the PHP to 7.2 should not negatively impact this plugin.</p> <p>This also means that you should wait to update this plugin until after you update to WordPress 5.0.3 and PHP 7.2.</p> <h2>How to Update Your Theme</h2> <p>To easily update your theme, first verify your theme via the Theme License panel in your WordPress dashboard. This panel shows notifications of the latest updates on your dashboard whenever an update is available for download.</p> <p><img alt="Theme License panel in WordPress" src="/Northwoods-2020/Blogs/HowtoManageWordpressupdates2.png?Large"></p> <p>If your theme is ready for an update, view the version details, just as you would for a plugin, to get an idea of what changes to expect after the update.</p> <p><img alt="Plugin update view" src="/Northwoods-2020/Blogs/HowtoManageWordpressupdates3.png?Large"></p> <h2>How to Update Your WordPress Website’s PHP</h2> <p>A PHP version settings tab or menu item likely resides in the back end of your hosting account. From there, you can check your website’s PHP version. And from there, you should be able to upgrade to the latest PHP version. It looks like this in WP Engine:</p> <p><img alt="PHP Selector" src="/Northwoods-2020/Blogs/HowtoManageWordpressupdates4.png?Large"></p> <p>Before you upgrade your PHP version, use WP Engine’s <a href="https://wordpress.org/plugins/php-compatibility-checker/" linktype="3" target="_blank">PHP Compatibility Checker</a> plugin. This plugin crawls your site and notifies you of any potential issues you might face after upgrading your PHP. Take this extra step to proactively identify problems instead of waiting to see what breaks.</p> <p><strong>Bonus Tip:</strong> If you do not want to log in to your hosting environment to check on your PHP version, you can display your current PHP version on your dashboard using the <a href="https://wordpress.org/plugins/display-php-version/" linktype="3" target="_blank">Display PHP Version</a> plugin.</p> <p><img alt="PHP display dashboard" src="/Northwoods-2020/Blogs/HowtoManageWordpressupdates5.png"></p> <h2>How to Update WordPress Core</h2> <p>You may be able to manage this update through your hosting environment as well. Below is a screenshot of where you can update within WP Engine.</p> <p><img alt="WordPress Version update" src="/Northwoods-2020/Blogs/HowtoManageWordpressupdates6.png"></p> <p>You can also make this update from your WordPress dashboard. You should see a link to Get Version ### in the bottom right of your dashboard. Again, back up your website beforehand and test this update in a development environment, if applicable.</p> <p><img alt="WordPress update available" src="/Northwoods-2020/Blogs/HowtoManageWordpressupdates7.png?Large"></p> <p>It’s so easy to break things when you update a WordPress site if you don’t understand how all the parts work together. So put a process in place and manage your site updates consistently. You wouldn’t want anything to go wrong, would you?</p> <p>&nbsp;</p>
/Northwoods-2020/Hero-Images/Hiker-Looking-Out-Over-Mountains.pngHiker Looking Out Over MountainsJenna Dehn/Northwoods-2020/People/Jenna-Dehn.jpgWoman in front of a log cabin wall with soft, warm lighting<script charset="utf-8" type="text/javascript" src="//js.hsforms.net/forms/embed/v2.js"></script><script>hbspt.forms.create({ region: "na1", portalId: "23630176", formId: "40c5bbae-05a2-42ea-94dd-1662181fd56e" });</script>How to Manage Your WordPress Updates2019-03-07T00:00:00/Northwoods-2019/Blogs/Blog-HowtoManageYourWordPressUpdates.jpg?MediumThe ironic cliché “What could possibly go wrong?” might well have originated among WordPress webmasters trying to figure out how to update WordPress sites.3620811/People/Jenna-DehnJennaDehnUX Design Lead<p>Jenna listens closely to understand clients&rsquo; goals and uncover solutions for their marketing and design challenges. She specializes in developing wireframes and prototypes with a strong focus on UX/UI and&nbsp;collaborates with Northwoods&#39; digital strategists&nbsp;to ensure that strategy guides the design process. Jenna has a wealth of experience designing for data and creates stunning page layouts that showcase complex product information in a digestible format. She enjoys creating infographics, display ads, and illustrations that enrich marketing collateral and has a knack for using movement to bring websites to life. Away from Northwoods, Jenna enjoys downhill skiing, and her fuel of choice is Dr. Pepper. Be on the lookout for her cats Viper, Saber, and Flash, who are frequent guests during WFH calls.</p>Jenna Dehn/Northwoods-2020/People/Jenna-Dehn.jpgJenna DehnAdd-In Type - NWS Data ModulesCategory - NWS Data ModulesCommittee - NWS Data ModulesDivision - NWS Data ModulesEvent Audience - NWS Data ModulesEvent Service - NWS Data ModulesEvent Type - NWS Data ModulesLocality - NWS Data ModulesModule - NWS Data ModulesNWS Data ModulesTopic - NWS Data ModulesPackage Type - NWS Data ModulesPersonID - NWS Data ModulesJenna DehnProductVersion - NWS Data ModulesRecorded Webinar TopicsRegion - NWS Data ModulesSite Display - NWS Data ModulesSkillLevel - NWS Data ModulesTopic - NWS Data ModulesVideoAudience - NWS Data ModulesVideoClassification - NWS Data ModulesVideoStatus - NWS Data ModulesTeamAll StaffDesignersDevelopersAdd-In Type - NWS Data ModulesCategory - NWS Data ModulesCommittee - NWS Data ModulesDivision - NWS Data ModulesEvent Audience - NWS Data ModulesEvent Service - NWS Data ModulesEvent Type - NWS Data ModulesLocality - NWS Data ModulesModule - NWS Data ModulesNWS Data ModulesTopic - NWS Data ModulesWebsite DevelopmentWordPressPackage Type - NWS Data ModulesPersonID - NWS Data ModulesJenna DehnProductVersion - NWS Data ModulesRecorded Webinar TopicsRegion - NWS Data ModulesSite Display - NWS Data ModulesNWS DigitalSkillLevel - NWS Data ModulesTopic - NWS Data ModulesVideoAudience - NWS Data ModulesVideoClassification - NWS Data ModulesVideoStatus - NWS Data Modules02024-02-20T12:51:18.06300