Skip to Content
Main Content

Hiker Looking Out Over Mountains

5 Minute Read | March 31, 2020

6 Questions Every Business With a WordPress Website Should Be Able to Answer

Many organizations choose WordPress for ease of use, readily available plugins, and quick launch. But beware: Those assets can turn into liabilities without thoughtful planning and ongoing technical management.

Northwoods helps numerous businesses develop and maintain WordPress sites. Experience tells us that business owners and managers must be able to answer six key questions about their sites.

1. What Version of WordPress Do I Have?

Let’s start simple and at the very beginning: Installation of the WordPress core application. Automattic, the company responsible for building and maintaining WordPress, updates the WordPress core on a routine basis.

Which version did you install? Which version are you running now? Is it the latest?

Don’t know? Go to WordPress.org. At the top of the Releases page, you’ll see this statement:

“This is an archive of every release we’ve done that we have a record of. None of these are safe to use, except the latest in the [x.y] series, which is actively maintained.”

They’re not kidding. Your site might seem to work just fine from the dashboard to the public pages. But the code running the environment might have gaps that leave the door open to bad actors or well-intentioned error.

2. What Version of PHP Am I Using?

Let’s consider the underlying code running your website. Developers of WordPress and its plugins use the PHP scripting language. The PHP Development Team, the organization responsible for maintaining the scripting language, releases updates once or twice a year.

Like WordPress, PHP is open source and information about it is easy to find. For information on the latest version, visit this website. Like WordPress, only the latest few versions of PHP are supported. Go to this website to find the most updated list.




3. What Theme Is Used on My Website?

The convenience of choosing and applying a theme to a WordPress website simplifies development. But don’t choose thoughtlessly.

The WordPress core comes with a set of basic themes out of the box. Most users find or build a theme to give their websites a more polished or custom look. Thousands are available, including page-builder themes that give website administrators complete control over the look of a website. Many themes have low or no license fees.

Among the things to consider when selecting a theme:

  • Does the theme’s developer make routine updates that coincide with WordPress core and PHP updates?
  • How do other users rank the theme? Is it well-received or panned?

An unstable theme could cause headaches when the WordPress core updates. Learn as much as you can about your theme.

4. How Many Plugins Does My Website Have?

WordPress-based websites expand functionality when owners “plug in” third-party applications. Developers, from large firms to individuals, design and create them. Most plugins have a low- or no-cost license.

Beware “shiny object syndrome.” Too many site owners succumb to a plugin frenzy and pile them up. This leads to maintenance and security issues.

Log into your WordPress dashboard and click on the Plugins section to see how many plugins you have.

How many are too many?

Small to Mid-Sized Website of General Content

  • Fewer than 10 Plugins – Nice Job! You are efficient!
  • Between 10 and 20 Plugins – You’re doing okay, but review to see whether you actually use all of them. Chances are, you could reduce your plugin dependency and rely more on built-in features from WordPress core or your theme.
  • More than 20 Plugins – Pull back! In most cases, we find more than half of those plugins to be inactive or so obsolete that you’re begging to be hacked!

Large Content Website, Muti-Site, or E-Commerce Website

  • Less than 15 plugins – A website of this size needs a lot of plugins to get up and running. Gold star!
  • Between 15 and 30 plugins – Could be okay. This number depends on how big a website you have. Some websites need a fair number of plugins to get e-commerce right.
  • More than 30 plugins – Yikes! The more plugins on your site, the more opportunity for plugin conflicts and vulnerabilities. Consider a plugin audit to determine if there are other efficiencies you can leverage.

5. When Did I Last Update Plugins?

If the answer to this question is beyond a month ago, then your business is potentially at risk.

We’ve coined the term WordPress Mess for the condition of way too many plugins and way too old updates. This condition occurs because in-house site managers don’t understand the depth of maintenance needed to keep a WordPress website stable and secure, or maybe a previous vendor failed to provide ongoing support.

On the upside, the WordPress dashboard lists all the plugins that need to be updated. It also tells which version you have versus the latest available. These numbers tell you, very quickly, how far behind you are.

If you’re too far behind – say, years since your last WordPress website update -- a rebuild might make more sense than an update. Bring in a professional website developer to analyze and compare costs of an upgrade versus a rebuild.

6. Where Is My Website Hosted?

This question goes beyond the name of the company that sells you server space. That company should adhere to best practices for your website. Seek the answer to these questions:

  • Does your host offer separate development, staging, and production environments? In these environments, you can work on your website without affecting what the public sees.
  • Does your host provide security certificates to protect your users? Transport Layer Security (TLS) or Secure Sockets Layer (SSL) are protocols that place a layer of security between your website and the user. Google also includes this as one of many items in its search algorithm.

In terms of host service and support, you get what you pay for. Hosts that cost a few dollars a month are not likely to provide great support or security.

A low-cost host might save a business money in the short term, but when a problem arises, that business will pay in lost revenue and in payments to a security vendor to fix the issues. Expect to pay $25 per month and up. This level of host for WordPress will provide greater support, will do more to secure their servers, and will keep your website speedy.

What’s Next?

Your business is at risk if you cannot answer most of these questions confidently. Do your due diligence; figure out what’s running your website and how it works. Establish a plan to run routine updates, either through a vendor or via internal resources, and stick to that plan.

If you don't have time for all of this, we recommend turning to a respected website developer for help. Learn more about Northwoods WordPress solutions.

Authored By

Matt Karge

Matthew Karge

WordPress Practice Director & Business Development Manager

hand-drawn owl

Get Expert Tips

3610220/Blog/6-Questions-Every-Business-with-a-WordPress-Website-Should-be-able-to-Answer5
<p>Many organizations choose WordPress for ease of use, readily available plugins, and quick launch. But beware: Those assets can turn into liabilities without thoughtful planning and ongoing technical management.</p> <p>Northwoods helps numerous businesses develop and maintain WordPress sites. Experience tells us that business owners and managers must be able to answer six key questions about their sites.</p> <h2>1. What Version of WordPress Do I Have?</h2> <p>Let&rsquo;s start simple and at the very beginning: Installation of the WordPress core application. Automattic, the company responsible for building and maintaining WordPress, updates the WordPress core on a routine basis.</p> <p>Which version did you install? Which version are you running now? Is it the latest?</p> <p>Don&rsquo;t know? Go to <a href="https://wordpress.org/download/releases/" linktype="3" target="_self">WordPress.org</a>. At the top of the Releases page, you&rsquo;ll see this statement:</p> <p>&ldquo;This is an archive of every release we&rsquo;ve done that we have a record of. <strong>None of these are safe to use, except the latest </strong>in the [x.y] series, which is actively maintained.&rdquo;</p> <p>They&rsquo;re not kidding. Your site might seem to work just fine from the dashboard to the public pages. But the code running the environment might have gaps that leave the door open to bad actors or well-intentioned error.</p> <h2>2. What Version of PHP Am I Using?</h2> <p>Let&rsquo;s consider the underlying code running your website. Developers of WordPress and its plugins use the PHP scripting language. The PHP Development Team, the organization responsible for maintaining the scripting language, releases updates once or twice a year.</p> <p>Like WordPress, PHP is open source and information about it is easy to find. For information on the latest version, <a href="https://www.php.net/releases/index.php" linktype="3" target="_self">visit this website.</a> Like WordPress, only the latest few versions of PHP are supported. <a href="https://www.php.net/supported-versions.php" linktype="3" target="_blank">Go to this website</a>&nbsp;to find the most updated list.</p> <hr /> <p><br /> <iframe allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen="" frameborder="0" height="215" src="https://www.youtube.com/embed/QiuJyZBI-vg?rel=0" title="Why It's Important to Run Regular WordPress Updates" width="360"></iframe></p> <hr /> <h2>3. What Theme Is Used on My Website?</h2> <p>The convenience of choosing and applying a theme to a WordPress website simplifies development. But don&rsquo;t choose thoughtlessly.</p> <p>The WordPress core comes with a set of basic themes out of the box. Most users find or build a theme to give their websites a more polished or custom look. Thousands are available, including page-builder themes that give website administrators complete control over the look of a website. Many themes have low or no license fees.</p> <p>Among the things to consider when selecting a theme:</p> <ul> <li>Does the theme&rsquo;s developer make routine updates that coincide with WordPress core and PHP updates?</li> <li>How do other users rank the theme? Is it well-received or panned?</li> </ul> <p>An unstable theme could cause headaches when the WordPress core updates. Learn as much as you can about your theme.</p> <h2>4. How Many Plugins Does My Website Have?</h2> <p>WordPress-based websites expand functionality when owners &ldquo;plug in&rdquo; third-party applications. Developers, from large firms to individuals, design and create them. Most plugins have a low- or no-cost license.</p> <p>Beware &ldquo;shiny object syndrome.&rdquo; Too many site owners succumb to a plugin frenzy and pile them up. This leads to maintenance and security issues.</p> <p>Log into your WordPress dashboard and click on the Plugins section to see how many plugins you have.</p> <p>How many are too many?</p> <p>Small to Mid-Sized Website of General Content</p> <ul> <li>Fewer than 10 Plugins &ndash; Nice Job! You are efficient!</li> <li>Between 10 and 20 Plugins &ndash; You&rsquo;re doing okay, but review to see whether you actually use all of them. Chances are, you could reduce your plugin dependency and rely more on built-in features from WordPress core or your theme.</li> <li>More than 20 Plugins &ndash; Pull back! In most cases, we find more than half of those plugins to be inactive or so obsolete that you&rsquo;re begging to be hacked!</li> </ul> <p>Large Content Website, Muti-Site, or E-Commerce Website</p> <ul> <li>Less than 15 plugins &ndash; A website of this size needs a lot of plugins to get up and running. Gold star!</li> <li>Between 15 and 30 plugins &ndash; Could be okay. This number depends on how big a website you have. Some websites need a fair number of plugins to get e-commerce&nbsp;right.</li> <li>More than 30 plugins &ndash; Yikes! The more plugins on your site, the more opportunity for plugin conflicts and vulnerabilities. Consider a plugin audit to determine if there are other efficiencies you can leverage.</li> </ul> <h2>5. When Did I Last Update Plugins?</h2> <p>If the answer to this question is beyond a month ago, then your business is potentially at risk.</p> <p>We&rsquo;ve coined the term WordPress Mess for the condition of way too many plugins and way too old updates. This condition occurs because in-house site managers don&rsquo;t understand the depth of maintenance needed to keep a WordPress website stable and secure, or maybe a previous vendor failed to provide ongoing support.</p> <p>On the upside, the WordPress dashboard lists all the plugins that need to be updated. It also tells which version you have versus the latest available. These numbers tell you, very quickly, how far behind you are.</p> <p>If you&rsquo;re too far behind &ndash; say, years since your last WordPress website update -- a rebuild might make more sense than an update. Bring in a professional website developer to analyze and compare costs of an upgrade versus a rebuild.</p> <h2>6. Where Is My Website Hosted?</h2> <p>This question goes beyond the name of the company that sells you server space. That company should adhere to best practices for your website. Seek the answer to these questions:</p> <ul> <li>Does your host offer separate development, staging, and production environments? In these environments, you can work on your website without affecting what the public sees.</li> <li>Does your host provide security certificates to protect your users? Transport Layer Security (TLS) or Secure Sockets Layer (SSL) are protocols that place a layer of security between your website and the user. Google also includes this as one of many items in its search algorithm.</li> </ul> <p>In terms of host service and support, you get what you pay for. Hosts that cost a few dollars a month are not likely to provide great support or security.</p> <p>A low-cost host might save a business money in the short term, but when a problem arises, that business will pay in lost revenue and in payments to a security vendor to fix the issues. Expect to pay $25 per month and up. This level of host for WordPress will provide greater support, will do more to secure their servers, and will keep your website speedy.</p> <h2>What&rsquo;s Next?</h2> <p>Your business is at risk if you cannot answer most of these questions confidently. Do your due diligence; figure out what&rsquo;s running your website and how it works. Establish a plan to run routine updates, either through a vendor or via internal resources, and stick to that plan.</p> <p><em>If you don&#39;t have time for all of this, we recommend&nbsp;turning to a respected website developer for help. Learn more about Northwoods <a href="/Services/Website-Design-Development/WordPress-Solutions" linktype="2" target="_self">WordPress solutions</a>.</em></p>
/Northwoods-2020/Hero-Images/Hiker-Looking-Out-Over-Mountains.pngHiker Looking Out Over MountainsMany organizations choose @WordPress for ease of use, readily available plugins, and quick launch. But, those assets can quickly turn into liabilities without proper maintenance. If you can&#39;t answer these 6 questions, your business is at risk. https://bit.ly/3aAhIDr @northwoodsMatthew Karge/Northwoods-2020/People/Matt-Karge.jpgWoman in front of a log cabin wall with soft, warm lightinghttps://ctt.ac/m146U<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>/Northwoods-2020/Blogs/Social-Media-Cards/Blog-6QuestionsEveryBusinessWithaWordPressWebsiteShouldBeAbletoAnswer.jpg?Large6 Questions Every Business With a WordPress Website Should Be Able to Answer2020-03-31T00:00:00/Northwoods-2019/Blogs/Featureimage6questionsEveryBusinesswithaWordpress.jpg?MediumMany organizations choose WordPress for ease of use, readily available plugins, and quick launch. But, those assets can turn into liabilities without thoughtful planning and ongoing technical management. Here are six key questions a business owner and manager must be able to answer about their sites.3621411/People/Matthew-KargeMatthewKargeWordPress Practice Director & Business Development Manager<p>With more than 20 years of digital marketing and sales expertise, Matt guides Northwoods clients across diverse industries to maximize their ROI. He&rsquo;s always happy to meet over a cup of coffee (either in person or virtually!) to listen to your needs and provide the resources to help you succeed. By embracing the ever-changing landscape of digital marketing, Matt helps clients thrive using data-driven strategies. Off the clock, he enjoys writing and taking care of a small menagerie of pets that includes cats, fish, turtles, and chickens.&nbsp;</p>Matthew Karge/Northwoods-2020/People/Matt-Karge.jpgMatt KargeAdd-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 ModulesMatthew KargeProductVersion - 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 StaffSales/MktgAdd-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 ModulesUX & Website DesignUX & Website StrategyWebsite DevelopmentWordPressPackage Type - NWS Data ModulesPersonID - NWS Data ModulesMatthew KargeProductVersion - 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-03-15T13:50:17.01300