Monday, February 10, 2020

How to Add Google Optimize in WordPress (2 Easy Methods)

Are you looking to add Google Optimize on your WordPress site?

Google Optimize is a free tool by Google that helps website owners optimize their sites by running A/B split tests. This allows you to compare two versions of a page and see which one converts better (i.e is more successful).

In this article, we’ll show you how to easily add Google Optimize in WordPress, so you can start running split tests.

How to add Google Optimize in WordPress

What is Google Optimize?

Google Optimize is a free tool that lets you split test your pages and personalize them for your customers. You can link it to both Google Analytics and Google Tag Manager.

Using Google Optimize, you can set up experiments to see if making changes to a page increases your conversion rate.

For instance, you might run an A/B split test where you have two versions of a sales page to see which one performs better.

You might have a different headline on each page or a different product image on your online store. By split testing, you can gradually optimize your page to get the highest conversion rate.

Google Optimize lets you create these split-tests with a drag & drop editor. After that it shows each variation to your visitors at random, so you can gather data about what works best.

What Will You Need to Use Google Optimize?

You need a Google Analytics account in order to use Google Optimize on your WordPress site. You’ll also need to have placed the Google Analytics tracking code on your site.

If you don’t already have an account, or if you haven’t put the tracking code on your site, then see our guide on how to install Google Analytics in WordPress for step by step instructions.

You’ll also need MonsterInsights, which is the best Google Analytics plugin for WordPress.

It comes with a Google Optimize addon which makes it super easy to run Google Optimize tests on your website.

MonsterInsights is a paid plugin, and you’ll need their Pro plan to access the Google Optimize addon. If you don’t want to purchase MonsterInsights, then we also have a method on how to setup Google Optimize manually using a free plugin as well.

That being said, let’s see how to add Google Optimize in WordPress like a pro.

Setting Up Your Google Optimize Account

First, you need to go to the Google Optimize website and click on the Get Started button.

The Welcome page for Google Optimize, with Get Started button

You’ll be prompted to decide whether or not you want to receive Google’s emails. After that, you need to click the options you want, and then click the Next button at the bottom of this screen.

Choose which emails you want to receive from Google

You can now choose specific settings for your account. We suggest simply using the Recommended settings.

Make sure you select your country from the dropdown menu, so you can see the correct terms of service agreement. When you click on these to read them, they’ll open in a new tab, so you won’t lose your place during setup.

The checkboxes may also change depending on what country you select.

Choose your Google Optimize account settings

Next, you need to check the boxes once you’re ready, and then the Finished button will turn blue. Click on it, then Google will set up your Google Optimize account.

As part of this, Google has created your first container. This will contain your experiments (tests and personalizations), and it needs to be connected to your website.

Your Google Optimize account, with step by step instructions on the right

Although you’re prompted here to create your first experiment, we suggest instead that you link Google Analytics to Google Optimize at this point.

Linking Google Optimize and Google Analytics

On the right-hand side of your screen, you’ll see the Link to Google Analytics step. Click the downwards arrow here and then click Link property.

Linking Google Optimize to your website (click Link property)

On the next screen, select the website you want to link with. If you can’t see your website here, then that could be because you’ve not finished setting it up in Google Analytics.

Select your website from the dropdown menu

Once you’ve clicked Link, you’ll see this pop up:

The Google Optimize snippet popup

If you’re going to use MonsterInsights to add Google Optimize to your site, which is what we recommend, you can simply click Skip for now. Otherwise, you may want to view and copy the code now as you’ll need to use a line of it later on.

Add Google Optimize to Your WordPress Site (Easy Way)

The easiest way to add Google Optimize to WordPress is by using MonsterInsights. It is the best Google Analytics plugin on the market. Note: you’ll need to have a Pro subscription to the plugin in order to use the Google Optimize addon.

Installing MonsterInsights

First, you need to install and activate the MonsterInsights plugin. For more details, see our step by step guide on how to install a WordPress plugin.

Upon activation, you need to visit the Insights » Settings page and enter your license key here. You can find this information under your account on the MonsterInsights website.

Enter your MonsterInsights license key on the Settings page

Next, you need to visit the Insights » Addons page and find the Google Optimize addon. Simply click the Install button next to Google Optimize addon, and it should automatically activate.

Installing the MonsterInsights Google Optimize addon

Once that addon is active, you can go to Insights » Settings » Conversions page to configure the settings.

You’ll need to enter your Google Optimize Container ID here. You can find this listed against your container under the My Account section of your Google Optimize dashboard. You can also easily find it in the Container setup panel when you’re in the process of setting up your container.

Finding your Google Optimize container ID

Simply enter this in MonsterInsights, and your site will be connected to Google Optimize.

You can also enable “Google Optimize’s Async Page Hide” here. This may improve users’ experience on your website, especially if they’re on a slow connection.

It hides the page for a small amount of time, so the variation you’ve created during your experiment can load. Otherwise, your regular content could load before it’s actually modified which will make the page “flicker” from your users’ perspective.

Now that you’ve connected Google Optimize to your website, you’ll want to start running some A/B tests.

Manually Add Google Optimize to Your WordPress Site

You can also add Google Optimize to your WordPress site manually. This method is not recommended for beginners as you’ll have to manually modify your Google Analytics code.

There are different ways to do this depending on how exactly you’ve added your Google Analytics code to your website.

In a moment, we are going to cover the process for adding Google Optimize to an analytics.js tag, as this is what many people will have used to set up Google Analytics.

If you set up Analytics quite recently, you might instead be using Global Site Tag (gtag.js) to deploy Google Analytics. In this case, you can find instructions for this within Google Optimize itself. Just click the blue ‘Install Optimize’ link to get the instructions and code.

If you’re using Google Tag Manager (GTM), see Google’s instructions on installing Optimize with Google Tag Manager.

Assuming that you’re using the analytics.js tag, let’s cover the installation process.

First, you need to find your Google Analytics code in your WordPress dashboard.

Note that this code must be in the header part of your pages in order for the Optimize code to work. If you’re using a plugin or theme that places Google Analytics in the footer, then you’ll need to move your code to be in the header instead.

Next, add the line ga(‘require’, ‘GTM-XXXXXXX’); to your Google Analytics code as follows, replacing GTM-XXXXXXX with your Optimize Container ID.


<!-- Google Analytics -->

<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');

ga('create', 'UA-XXXXXXXXXX-1', 'auto');
ga('require', 'GTM-XXXXXXX');
ga('send', 'pageview');
</script>

<!-- End Google Analytics -->

Note that UA-XXXXXXXXX-1, in your code, will show your Google Analytics property ID.

Once you are done, please make sure to save your changes.

Tip: If you’re not sure where to find and edit your Google Analytics code, then you may want to see whether you have a plugin like Insert Headers and Footers installed.

If you’re using a premium WordPress theme, then there may be a place within it where you’ve put your Google Analytics code. You can check the theme’s documentation or contact their support team for help.

If you’re using this method, then you’ll need to also manually add the anti-flicker snippet code to your site if you want to use it. You can’t just click a button to do this, like you can when using MonsterInsights.

Once you have setup Google Optimize, you’re ready to setup split tests. You can follow our guide on how to do A/B split testing in WordPress using Google Optimize.

We hope this article helped you learn how to add Google Optimize in WordPress. You may also to see our proven tips on how to increase your blog traffic, and how to create an email newsletter for your website.

If you liked this article, then please subscribe to our YouTube Channel for WordPress video tutorials. You can also find us on Twitter and Facebook.

The post How to Add Google Optimize in WordPress (2 Easy Methods) appeared first on WPBeginner.


February 10, 2020 at 05:00PM

Friday, February 7, 2020

24 Must Have WordPress Plugins for Business Websites in 2020

Looking for the best WordPress plugins to take your business to the next level in 2020?

There are over 55,000+ WordPress plugins that you can choose from. This makes it extremely overwhelming for new users to find the right plugin for their website.

We are often asked by readers for the best WordPress plugin suggestions for SEO, social media, backups, speed, etc.

Being the largest WordPress resource site, our experts test over a thousand best paid and free WordPress plugins every year, so we can make it easy for our users (you) to find the best solutions.

Having the right set of WordPress plugins and tools can help you grow your online business. In this article, we have shared our expert pick of the must-have WordPress plugins for business websites in 2020.

Must have WordPress plugin for business websites

Note: these are the plugins that our team installs when we start a new blog or make a new website for our own businesses.

1. WPForms

WPForms

Every website needs a contact form because it makes it easy for your visitors to get in touch with you. WPForms is the most user-friendly contact form plugin for WordPress.

This drag & drop online form builder allows you to easily create contact forms, email subscription forms, online order forms, payment forms,
surveys, polls, and basically all other types of online forms with just a few clicks.

WPForms integrates with all popular marketing and payment platforms, so you can build powerful forms in less than 5 minutes.

It even comes with options to help you create a custom WordPress user registration form and login page.

We use WPForms on the WPBeginner website and all of our other websites. But we’re not alone. Over 3 million websites use WPForms, and they have consistently maintained a 4.9 out of 5-star rating average for over 3 years now.

There’s a free WPForms Lite version available for those who are looking for a simple solution.

If you are seriously looking to grow your business, then we recommend getting the Pro version because it comes with all the powerful features you need to boost your lead generation efforts. Use this WPForms coupon to get 50% off your purchase.

Alternative: Formidable Forms is an excellent alternative for creating advanced solution-focused WordPress forms.

2. MonsterInsights

MonsterInsights

MonsterInsights is the best Google Analytics plugin for WordPress. It allows you to “properly” connect your website with Google Analytics, so you can see exactly how people find and use your website.

The best part is that it shows you all the important stats that matter right inside your WordPress dashboard.

You can then optimize your website accordingly to increase your traffic, subscribers, and revenue. We have detailed guides on how to install Google Analytics in WordPress, how to use Google Analytics to enable eCommerce tracking, and how to track user engagement.

MonsterInsights has a free version, but the true power of it only unlocks when you upgrade to the premium version.

You can use our MonsterInsights coupon to get 50% off your purchase.

MonsterInsights is used by over 2 million websites.

3. Yoast SEO

Yoast SEO

SEO helps you get more visitors from search engines to your website. While WordPress is SEO friendly out of the box, there is so much more you can do to increase your website traffic using SEO best practices.

Yoast SEO is one of the most popular WordPress plugin of all time. Out of all the WordPress SEO plugins, Yoast offers the most comprehensive solution with all the features and tools that you need to improve your on-page SEO.

It helps you add meta tags, generate sitemaps, connect your site to Google Search Console, optimize it for social media, and more.

Yoast comes with a powerful Redirect feature that lets you easily create 301 redirects which is extremely helpful. It also detects change of URLs and create auto-redirects, so you don’t have any broken links on your website.

For complete SEO setup on your website, follow our ultimate WordPress SEO tutorial for beginners with step by step instructions.

Alternative: All in One SEO Pack is a great alternative for Yoast SEO.

4. Constant Contact

Constant Contact

Email is the most effective and most reliable marketing tool at your disposal as a business owner. It allows you to stay in touch with your users even after they leave your website. This is why we recommend every business owner to start building an email list right away.

Constant Contact is one of the most popular email marketing service providers in the world.

Their platform allows you to build an email list and send beautiful email newsletters to your subscribers.

It offers a quick and easy setup for non-techy users. It also works well with popular lead generation plugins for WordPress like OptinMonster and WPForms.

Alternatives: SendinBlue and ConvertKit are good alternatives if you want something more advanced, but they are more pricey.

5. OptinMonster

OptinMonster

OptinMonster is the most popular conversion rate optimization software in the market. It allows you to convert abandoning website visitors into email subscribers and customers.

This WordPress plugin and application helps you get more email subscribers, fast.

OptinMonster comes with pre-made high-converting opt-in forms that you can easily customize with their drag & drop builder. Their powerful display targeting features allow you to personalize the campaigns for each user, so you can show the right message at the right time.

It’s a great solution for bloggers, business websites, and eCommerce websites. Basically, if you want to make more money from your website traffic, then you need OptinMonster.

It helps you recover abandoned cart sales, convert website visitors, and grow your email list. Read these case studies to see how much success other businesses are having by using OptinMonster.

We use OptinMonster on WPBeginner and our other websites.

6. Sucuri

Sucuri

Security should be a top priority for all online business owners. Sucuri offers a WordPress security plugin and web application firewall that is probably one of the best protection you can get for your site.

They monitor and protect your site from DDoS, malware threats, XSS attacks, brute force attacks, and basically every other type of attack. If you don’t have a firewall on your website, then you need to add one today.

To learn more on how to strengthen the security of your website and protect your business, see our ultimate WordPress security guide with step by step instructions for beginners.

Sucuri help us block hundreds of thousands of attacks every month on WPBeginner.

7. UpdraftPlus

UpdraftPlus

UpdraftPlus is the most popular WordPress backup plugin on the market. It allows you to set up automatic backups and safely store them on a remote location like Google Drive, Dropbox, S3, Rackspace, FTP, email, and more.

It also makes it super easy to restore your website from a backup. Their base plugin is free, but they also have a paid plan with extra features and priority support.

Alternative: BackupBuddy and VaultPress (Jetpack Backups) are also excellent solutions, but they are paid only.

8. WP Rocket

WP Rocket

WP Rocket is the best WordPress caching plugin on the market. It allows you to instantly improve your WordPress website speed and performance with no technical skills required.

It automatically turns on recommended WordPress caching settings like gzip compression, page cache, and cache pre-loading. You can also turn on optional features like lazy loading images, CDN support, DNS pre-fetching, minification, and more to further improve page load times.

Most importantly, WP Rocket doesn’t wait for someone to request a page to save it in the cache. It automatically crawls and build your website cache which results in an instant performance boost.

WP Rocket also offers Imagify which is a free image optimization service to help you speed up your website even further.

This is by far the easiest and most beginner-friendly caching plugin. The only downside is that it’s paid only.

Alternative: WP Super Cache is free, but it’s not as powerful or easy.

9. Beaver Builder

Beaver Builder

Beaver Builder is the best drag and drop page builder for WordPress. It allows you to easily customize your website design and create custom page layouts without writing any code.

Business owners love it because it lets them create completely custom landing pages within minutes without having to hire a developer.

Alternative: Divi page builder plugin is a great alternative.

10. MemberPress

MemberPress

MemberPress allows you to build online communities and membership sites using WordPress. It is the best WordPress membership plugin in the market.

You can create subscriptions and restrict content to users based on their subscription plans. It works with all popular payment solutions and plays nicely with online stores using WooCommerce. For detailed instructions, see our guide on how to make a membership website in WordPress.

11. RafflePress

RafflePress

RafflePress is the best WordPress giveaway plugin on the market. It allows you to instantly increase your website traffic, get more social media followers, and email subscribers with viral giveaways and contests.

RafflePress comes with an easy drag and drop giveaway builder along with proven giveaway templates that you can use to create a giveaway that attracts visitor’s attention.

To enter the giveaway, website visitors must use their email address. This helps you get more subscribers for your email newsletter.

RafflePress incentivizes users to follow your social profiles and share the giveaway with their friends to get more entries into the contest. This helps you increase social media engagement.

The word-of-mouth marketing helps you get more traffic, FASTER! This results in more followers, more sales, and more revenue!

You can easily connect your social profiles, WordPress form plugins, and all popular marketing platforms and CRMs.

RafflePress has a free version called RafflePress lite that you can get started with. If you want more powerful features to skyrocket your growth, then you need to use RafflePress Pro.

WPBeginner users can use our RafflePress coupon code: wpbeginner20 to get an additional 20% off.

12. CSS Hero

CSS Hero

WordPress themes rely on CSS for the visual appearance of your website. If you want to make customization to your theme, then you will have to learn CSS. This can be time-consuming for a business owner.

CSS Hero is a WordPress plugin that allows you to customize any WordPress theme without writing a single line of code. Check out our review of how CSS Hero makes WordPress customization easy for more information.

It’s not a drag & drop page builder like BeaverBuilder that helps you build custom layouts. Rather it helps you customize any WordPress theme available in the market within minutes to match your needs.

13. SeedProd

SeedProd

SeedProd is the best WordPress maintenance mode and coming soon page plugin that helps you collect leads and grow your followers even when your website is not available.

If your site is under construction, then you can use it to create beautiful coming soon landing pages. It includes features like integration with your email marketing services, countdown timer, social media integration, and dozens of templates to choose from.

14. LearnDash

LearnDash

LearnDash is the best WordPress LMS plugin to create and sell online courses from your WordPress website. It has a drag and drop course builder that allows you to quickly add lessons, quizzes, and assignments to build your course.

For detailed step by step instructions, see our guide on how to create online courses in WordPress using LearnDash.

15. G Suite

G Suite

G Suite is a suite of web applications like email, docs, spreadsheets, etc. Created by Google, this powerful set of office applications is cheaper, easy to deploy, and hassle free.

It allows you to save costs on software licenses, hardware, hiring IT staff, managing backups, and more. Most importantly it allows you to use professional email addresses with your own business domain name right inside Gmail.

Alternative: You can also get a free business email from your WordPress hosting provider or use Microsoft Office365.

16. SEMRush

SEMRush

SEMRush is an all-in-one marketing toolkit for digital marketing professionals and business owners. It comes with powerful tools to help you improve your SEO, paid traffic strategy, social media, and content & PR strategy.

It also helps you gather competitive intelligence on your competitors, so you can outrank them and dominate your industry.

It helps you do keyword research, backlink audit, track brand mentions, spy on competitors, discover best-performing posts and pages on social media, ad strategy analysis, and more.

These short paragraphs are not enough to describe the true power of SEMRush. It’s a must have tool in our list for serious business owners.

17. LiveChat

LiveChat

LiveChat Inc is the best live chat support software for businesses and e-commerce websites. It is super easy to use and allows you to quickly add live chat on your WordPress website.

It has tons of customization options, and it comes with a mobile app, so you can provide real-time support.

It integrates with your existing support software, CRM, email marketing, and other tools. Most importantly, it loads fast and offers a great user experience.

Alternative: Sendinblue Chat is another popular service which lets you connect chat, CRM, SMS, Facebook, and email in one platform.

18. Pretty Links Pro

Pretty Links Pro

Pretty Links Pro is one of the best link management plugins for WordPress. It allows you to easily manage affiliate links while making it easy make your affiliate links short and memorable for sharing.

It is the perfect tool for affiliate marketers, podcasters, business owners, and others who want to easily create short URLs in WordPress.

Alternative: ThirstyAffiliates is an excellent alternative with lots of powerful features.

19. Shared Counts

Shared Counts

Shared Counts is the best WordPress social media plugin that allows you to easily add beautiful social sharing buttons on your website.

It also shows share counts, which helps you add social proof to your website.

While there are many paid solutions available, this free plugin beats them all in code quality and performance.

We use SharedCount on a lot of our website because it offers an easy out of the box solution for both beginners and developers.

20. WP Mail SMTP

WP Mail SMTP

By default, WordPress uses the PHP mail function to send emails. The problem is that either WordPress hosting companies don’t have this feature setup properly, or they block it to prevent abuse.

This basically means that you and your users may not receive important email notifications from your WordPress site.

WP Mail SMTP solves this problem by sending WordPress emails using a proper SMTP mail server. To learn more, see our article on how to fix WordPress not sending email issue.

Pro tip: The paid version called WP Mail SMTP Pro comes with white glove setup and more features. Basically, their support staff will set it up and connect it to use your SMTP service provider.

21. Insert Headers and Footers

Insert Headers and Footers

While managing your WordPress site, you may sometimes need to add code snippets to your WordPress header or footer for verification, inserting ad retargeting scripts, etc.

Insert Headers and Footer allows you to easily add code snippets to your WordPress site without editing your theme files. Take a look at our tutorial on how to add header and footer code in WordPress.

This free plugin is extremely handy for business owners.

22. WPML

WPML

By default, WordPress does not allow you to easily create a multilingual website. This is a challenge for businesses that cater to a multilingual customer base in different geographic locations.

This is where you’ll need WPML. It is a WordPress multilingual plugin that allows you to easily create multi-lingual websites with WordPress.

It is very easy to use, SEO friendly, and helps you easily create content in different languages.

Alternative: TranslatePress is an excellent alternative that’s growing fast.

23. WooCommerce

WooCommerce

WooCommerce is the most popular eCommerce plugin for WordPress used by over 4 million websites.

It comes with all the powerful features that you need to create an online store.

Over the last few years, WooCommerce has established itself as the most dominant eCommerce plugin for WordPress. There’s even a WooCommerce ecosystem now with dedicated WooCommerce hosting, WooCommerce themes, and WooCommerce plugins available.

Companion plugin: TrustPulse helps you instantly win customer trust with social proof and FOMO.

Alternative: BigCommerce is a fully-hosted headless eCommerce platform for WordPress. It offers high scalability and low maintenance for serious store owners.

24. Nextiva

Nextiva

Nextiva is the best business phone service in terms of features and ease of use. They allow you to get a business phone number for your website which comes with advanced call routing, unlimited free domestic calling, voicemail to email or text, online faxing, and more.

The best part is that you can receive calls from your business phone number straight to your cell phone which is excellent for small businesses. You can also set business hours, so you are not getting disturbed during holidays or non-work hours.

Their platform also offers CRM, live chat, online surveys, and other communication features. You can manage it all in a simple web-based admin panel which makes it easy for small business owners to easily manage everything like a pro.

We use Nextiva VOIP for our business because it’s one of the most affordable and most reliable business phone service that grows with your business.

Alternative: RingCentral is another highly recommended phone service and business voip provider.

Bonus Tools

Aside from the top 24 WordPress plugins and tools that we mentioned above, we also use and recommend the following tools to better manage our WordPress sites:

  • Grammarly – excellent grammar checking tool that comes with plagiarism detector, vocabulary enhancement, and more.
  • PublishPress – this plugin makes it easy for us to manage our editorial workflow in WordPress.
  • Antispam Bee – An excellent plugin to improve comments section with reduced spam on your website. It works particularly well when used alongside with Akismet.
  • Adobe Photoshop – this makes it easy for us to create blog thumbnails and other images for our articles.
  • MaxCDN – this helps us speed up our website by geographically spreading our content to multiple servers (see: what is a CDN)
  • Envira Gallery – we use this plugin to help us create better galleries with albums.
  • Codeable – a platform that helps you work with vetted WordPress developers to troubleshoot problems and make customizations.

This concludes our list of the best WordPress plugins for business websites.

Depending on your business, you may not need to use all the WordPress plugins and tools mentioned in our list, but it’s pretty common for our readers to end up using at least 15 to 18 solutions that we have mentioned.

Now that you have the best WordPress plugins, you may also want to see our article on how to increase your website traffic (27 proven tips).

If you liked this article, then please subscribe to our YouTube Channel for WordPress video tutorials. You can also find us on Twitter and Facebook.

The post 24 Must Have WordPress Plugins for Business Websites in 2020 appeared first on WPBeginner.


February 07, 2020 at 05:00PM

Thursday, February 6, 2020

How to Clear Your Cache in WordPress

Recently, one of our readers asked us how to clear cache in WordPress?

Your web browser, hosting server, and caching plugins can all serve cached content which can make it difficult for you to see the changes you made to your website right away.

Clearing your WordPress cache is also the first troubleshooting advice that you’ll often hear.

In this article, we will show you how to properly clear the cache in WordPress. We’ll cover browser cache, web hosting cache, and top WordPress caching plugins in this guide.

How to clear cache in WordPress

What is Cache and When Do You Need to Clear Cache?

Caching solutions store a static version of your website. This allows WordPress to skip running the heavier PHP scripts and improve your website speed.

How caching works in WordPress

There are many different type of caching solutions available. The most popular ones are WordPress caching plugins like WP Rocket and WP Super Cache.

These plugins offer an easy to use interface for controlling what to cache, when to expire cached content, and cleaning up cache on demand.

Managed WordPress hosting providers like WP Engine also run their own caching solutions, so that you don’t have to install a caching plugin.

If you are using a CDN service like MaxCDN, then they would also serve cached copies of static content.

If you’re using a web application firewall like Sucuri or CloudFlare to improve your WordPress security, then they also have their own cache to speed up your site and reduce downtime.

Lastly, most modern web browsers will also store cached versions of pages on your computer.

The purpose of caching is to speed up the website and improve overall user experience. However, sometimes this causes you to not see the changes you make right away which can be frustrating. In that case, you will need to clear caches to see your changes live.

Having said that, let’s take a look at how to clear your cache in WordPress.

Step 1: Clear Your Browser Cache

First, you need to clear your web browser cache. Most web browsers can store static content like stylesheets, JavaScript, images from a website to make your subsequent visits faster.

However, sometimes web browsers may fail to realize that a web page has changed. Instead of fetching a fresh copy, they may still reload the page from the cached version stored on your computer.

Here is how you will clean your browser cache in Google Chrome. First, you need to click on the menu icon and then select More Tools » Clear Browsing Data.

Clear cache in Google Chrome

This will bring up a popup where you can select the content you want to remove. Make sure that cached images and files option is checked and then click on the ‘Clear browsing data’ button.

Clear browsing data in Google Chrome

You have successfully cleared your browser cache, and you can now try visiting your website. For more details, see our guide on how to clear cache in all major browsers.

If you are still not seeing the changes you made, then move on to the next steps in this article.

Step 2: Clear Cache in Your WordPress Caching Plugin

If you are using a WordPress caching plugin on your site, then you need to clear your plugin cache. Most caching plugins allow you to easily do that from the plugin’s Settings page.

Clear Cache in WP Rocket

WP Rocket is the best WordPress caching plugin on the market. The best part about using WP Rocket is that it proactively builds your WordPress cache in the background, so your users are always served a cached version.

It also makes it very easy to clear caches files with a single click.

Simply go to the Settings » WP Rocket page and click on the ‘Clear Cache’ button under the dashboard tab.

Clear WP Rocket cache

WP Rocket will now clear all cached files for you.

Clear Cache in WP Super Cache

WP Super Cache is a popular WordPress caching plugin. It allows you to clean or purge all cached content with a single click.

You need to visit Settings » WP Super Cache page and click on ‘Delete Cache’ button.

Delete cache in WP Super Cache

That’s all, WP Super Cache will now delete all cached files from your website.

Clear Cache in W3 Total Cache

W3 Total Cache is another popular WordPress caching plugin. It also makes it super easy to clear cache with one click.

Head over to Performance » Dashboard page and click on ’empty all caches button.

Empty cache in W3 Total Cache

W3 Total Cache will now delete all cached content for your site.

Clear Cache on WP Engine

WP Engine is a managed WordPress hosting provider. They run their own caching solution, so their customers don’t need to install a caching plugin.

If you are unable to notice changes take effect immediately, then you can easily clear WP Engine cache from your WordPress admin area.

You need to click on the WP Engine menu item in the admin bar and then under ‘General’ settings click on purge all caches button.

Clear WP Engine cache

WP Engine will now purge all stored cache for your WordPress site.

Clear Cache on Bluehost

Bluehost is one of the best WordPress hosting companies in the business. They offer a built-in caching solution that instantly improves your WordPress performance and speed.

You can clear your Bluehost WordPress cache from WordPress admin area.

Simply login to your WordPress admin area and you will notice a ‘Caching’ button in the admin tool bar. Take your mouse over and you’ll see the option to ‘Purge All’ cache.

Clear WordPress cache in Bluehost

Bluehost will now clear all files from their WordPress cache.

Clear Cache in SiteGround

SiteGround is a leading WordPress hosting provider that’s known for speed and top-notch customer support. They offer a built-in caching solution to improve your website performance.

You can clear SiteGround cache from your hosting account control panel as well as the WordPress admin area. We’ll show you both methods.

Clear SiteGround cache from your hosting dashboard

Login to your hosting account dashboard go to Speed » Caching page under site tools.

From here, switch to the Dynamic cache tab. Click on the menu icon next to your domain name and then select Flush cache option.

Clear cache on SiteGround

Clear SiteGround cache from WordPress admin dashboard

You can also manage SiteGround cache by installing and activating the SG Optimizer plugin. For more details, see our step by step guide on how to install a WordPress plugin.

Upon activation, you need to click on the Purge SG Cache button in the WordPress admin toolbar.

Purge SiteGround cache

The plugin will now clear your SiteGround WordPress cache.

Clear Cache in Sucuri

If you’re using a WordPress firewall like Sucuri to protect your website, then they also have their own layer of caching.

You can clear the cache from your Sucuri plugin by going to Sucuri » WAF menu in your WordPress admin area.

Sucuri Clear Cache

Bonus Tip: If you have recently moved your WordPress website, then you may also need to clear your DNS cache. This will ensure that you are getting the updated DNS information and accessing the newer version of your website.

We hope this article helped you learn how to clear cache in WordPress. You may also want to see our guide on how to boost WordPress speed and performance.

If you liked this article, then please subscribe to our YouTube Channel for WordPress video tutorials. You can also find us on Twitter and Facebook.

The post How to Clear Your Cache in WordPress appeared first on WPBeginner.


February 06, 2020 at 07:00PM