07398 946 380
07398 946 380
WordPress Help

Why Your WordPress Website Is Not Showing Recent Changes

2 April 2026 10 min read
Featured image for a blog post about a WordPress website not showing recent changes, showing Paul Walsh in the usual sketch-style portrait beside a blue technical background and update-related visuals

It is a very common WordPress problem.

You update some text, change an image, fix a page, publish a post, or edit the menu, and then when you view the live website it looks like nothing happened. The changes were saved, but the website still shows the old version.

For a small business owner, that can be frustrating and confusing. It makes the site feel unreliable, especially when you are trying to make a quick update and need to know it is actually live.

The good news is that this problem is often fixable. In many cases, WordPress is not showing recent changes because of caching, browser issues, CDN delays, theme or plugin conflicts, page builder behaviour, or the site updating in one place but not another.

If your website is not reflecting changes properly and you want it sorted properly, my WordPress Fixes service is designed for exactly this kind of problem.


What does it mean when WordPress is not showing recent changes?

Normally, when you update a WordPress page or post, the live site should reflect those changes almost immediately.

If the website is not showing recent changes, it usually means one of two things:

  • the update did happen, but something is still serving an older version of the page
  • the change did not apply in the way you expected, even though WordPress looked like it had saved it

That can show up in different ways, such as:

  • text changes not appearing
  • images staying the same
  • menus not updating
  • the homepage still showing an old version
  • edits appearing when logged in but not when logged out
  • one browser showing the change while another does not
  • the page builder showing one thing while the live site shows another

This kind of issue sometimes overlaps with broader visual or front-end problems like the ones covered in Why Your WordPress Menu or Layout Changed After an Update, especially where cached files or theme behaviour are involved.


Common reasons a WordPress website is not showing recent changes

There are a few common causes that come up again and again.

1. Browser cache is showing an older version

This is one of the simplest and most common causes.

Your browser may still be showing a cached version of the page instead of loading the latest version from the website.

That can make it look like the update did not work, when in reality the change is live and the browser just has not refreshed properly.

This is especially common when:

  • you revisit the same page straight after editing
  • the browser stores old files aggressively
  • you have multiple tabs open
  • you are checking from the same device repeatedly

2. A caching plugin is serving stale pages

A lot of WordPress websites use caching plugins to improve speed.

That is not a problem in itself, but if the cache is not cleared properly after an update, the website may keep serving an older version of the page.

That can affect:

  • homepage content
  • service pages
  • menus
  • blog posts
  • widgets
  • forms
  • styling changes

This is one reason the issue sometimes sits close to the broader performance and loading problems covered in Why Your WordPress Website Is Slow and What Might Be Causing It.

3. A CDN or external cache is still showing the old version

Sometimes the problem is not just the website itself. It is the extra layer in front of it.

If the site uses:

  • Cloudflare
  • a CDN
  • hosting-level cache
  • optimisation tools
  • server-side cache

then an older version of the page may still be getting served even after WordPress has saved the update correctly.

This is why:

  • one person may see the change
  • another person may not
  • logged-in users may see the new version
  • logged-out users may still see the old one

4. The page builder or theme is not updating the front end properly

If the website uses a page builder or theme-based editing system, sometimes the editor view and live front end fall out of sync.

That can happen if:

  • the builder cache is stale
  • the update was saved in the wrong template
  • the page is pulling content from a different section
  • global elements are overriding local edits
  • the theme is serving template files differently from what you expect

That can make it feel like WordPress is ignoring your changes, when the real problem is that the site is using a different source for the live content.

5. The change was made in one version of the page, but another version is live

This happens more often than people think.

Examples include:

  • editing a draft instead of the published page
  • editing the wrong language version
  • editing a duplicate or cloned page
  • changing the page builder content while the site is using a different template
  • changing a reusable block or global section but expecting a page-specific change
  • editing one menu while a different menu is assigned live

So the update may have been saved correctly, but not in the place the live website is actually using.

6. A plugin conflict is stopping updates from appearing properly

Plugins can interfere with how updates are rendered or cached.

That is especially true with:

  • caching plugins
  • optimisation plugins
  • page builder add-ons
  • security plugins
  • custom content plugins
  • menu-related plugins

If a plugin conflict is involved, WordPress may save the change but fail to show it correctly on the front end.

This sits quite close to the kind of compatibility issues covered in Why WordPress Websites Break After Plugin Updates, even if the visible symptom here is milder.

7. Images, scripts or files are still loading from an older cached source

Sometimes the text updates correctly, but other elements do not.

For example:

  • an old image still shows
  • a logo does not update
  • a button style stays the same
  • layout files remain unchanged
  • JavaScript behaviour does not reflect the latest version

That usually points to old files still being served from cache, a CDN, or a minified asset layer.

If images in particular are affected, it is also worth comparing the issue with Why Images Are Not Loading Properly on Your WordPress Website.


What this kind of problem can look like

Not every version of the issue looks exactly the same.

Common examples include:

  • page edits not showing on the live site
  • the homepage still showing old text
  • a newly uploaded image not replacing the old one
  • menu changes not appearing
  • edits showing only when logged in
  • one browser showing the update and another not
  • builder changes not appearing on mobile
  • the website looking different for different users

If the site is also behaving oddly in other ways, it can help to compare it against What to Check First When a WordPress Website Breaks, because “changes not showing” can sometimes be one symptom inside a wider technical issue.


What to check first if WordPress is not showing recent changes

The best approach is to work through it logically.

1. Check whether the issue happens in one browser or multiple browsers

This is a useful first check.

If the change shows in one browser but not another, that points strongly toward browser cache, stored files, or session-specific behaviour.

If the change is missing everywhere, the problem is more likely to sit with WordPress, the theme, a plugin, or external caching.

2. Check whether the change appears when logged out

Sometimes logged-in users see the fresh version of a page while normal visitors still get the old one.

That is a strong clue that the update exists, but some caching layer is still serving stale content publicly.

3. Think about what type of change is not appearing

Ask:

  • Is it text?
  • Is it an image?
  • Is it a menu?
  • Is it layout or styling?
  • Is it a button or form?
  • Is it the homepage only?
  • Is it only mobile?

That helps narrow down whether the issue is more likely to be:

  • caching
  • media-related
  • theme-related
  • builder-related
  • menu-related
  • asset-related

4. Check whether the correct page or template was edited

This is a very common cause.

Make sure you edited the actual live page, menu, template, or global section that the website is using.

This is especially important on sites built with:

  • page builders
  • template systems
  • reusable blocks
  • multilingual plugins
  • custom theme structures

5. Check whether a caching or optimisation layer is involved

If the site uses:

  • a caching plugin
  • Cloudflare
  • a CDN
  • server cache
  • minification tools
  • performance plugins

then those layers are worth checking carefully.

A lot of “my changes are not showing” issues come from stale cached versions rather than failed edits.

6. Think about what changed recently

Ask:

  • Was a cache plugin installed?
  • Was Cloudflare added?
  • Was the theme updated?
  • Was a page builder updated?
  • Was an optimisation plugin changed?
  • Was the website migrated?
  • Did the issue begin after performance work?

The most recent change often points directly to the cause.


What not to do

When WordPress is not showing changes, people often make things worse by trying too many fixes at once.

Try not to:

  • keep editing the same page repeatedly without checking the live source
  • clear every setting blindly
  • install multiple cache plugins
  • keep re-uploading files without understanding the cause
  • assume WordPress failed to save everything
  • change theme or builder settings at random
  • ignore the possibility that you edited the wrong template or menu

That usually turns a simple issue into a messier one.


Can a WordPress “changes not showing” problem be fixed?

Usually, yes.

Most of the time, the issue comes down to one or more of these:

  • browser cache
  • WordPress caching plugin
  • CDN or server cache
  • page builder or template mismatch
  • plugin conflict
  • stale asset files
  • editing the wrong live source

The important thing is to work out whether the problem is caching, content-source confusion, or front-end delivery rather than guessing.

If the website has other issues at the same time, my wider Website Fixes service may also be relevant, especially where this is only one part of a more unstable setup.

When to get help

It makes sense to get help if:

  • edits are not appearing on important pages
  • the homepage will not update properly
  • the site looks different for different users
  • the issue started after performance or plugin changes
  • you are not sure whether the cause is caching, the theme, a page builder or WordPress itself
  • you do not want to make the problem worse

I help small businesses diagnose and fix WordPress issues including stale cached pages, update visibility problems, page builder conflicts, broken layouts and other website problems.

If your WordPress website is not showing recent changes, you can get in touch here and send over the details.


Final thoughts

A WordPress site not showing recent changes can make it feel like the website is ignoring your edits, but usually the problem is more specific than that.

Most of the time, it comes down to cache, templates, plugins, page builders, or the site serving an older version of the page than expected. The important thing is to work through it methodically and avoid making lots of random changes under pressure.

Handled properly, most WordPress “changes not showing” problems can be fixed without rebuilding the website from scratch. If you need help getting it sorted, take a look at my WordPress fixes service, check my website pricing, or get in touch.

Need help with your website?

I work directly with small businesses on web design, WordPress fixes, Shopify support and local SEO. No agency overhead.

Get in touch →