<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" >

  <title>Erik L. Arneson — Writer and Software Developer</title>
  <subtitle>Erik L. Arneson is a freelance writer and software developer with WordPress experience. He is located in Portland, Oregon.</subtitle>
  <generator uri="https://jekyllrb.com/" version="4.4.1">Jekyll</generator>
  <link href="https://arnesonium.com/feeds/wordpress-plugins.xml" rel="self" type="application/atom+xml" />
  <link href="https://arnesonium.com/" rel="alternate" type="text/html" />
  <updated>2026-06-18T15:03:10+00:00</updated>
  <id>https://arnesonium.com/feeds/wordpress-plugins.xml</id>
  <author>
    <name>Erik L. Arneson</name>
  </author>
      <entry>
        
        <title>Solving a Returning 404 Error in WordPress</title>
        <author>
          <name>Erik L. Arneson</name>
        </author>        
        <link href="https://arnesonium.com/2022/09/wordpress-returning-404-errors" rel="alternate" type="text/html" title="Solving a Returning 404 Error in WordPress" />
        <updated>2022-09-26T00:00:00+00:00</updated>
        <id>https://arnesonium.com/2022/09/wordpress-returning-404-errors</id>
          <category term="wordpress" />
        
          <category term="wordpress-plugins" />
        
          <category term="plugins" />
        <content type="html" xml:base="https://arnesonium.com/2022/09/wordpress-returning-404-errors">&lt;p&gt;A WordPress website that I maintain was running into a problem. The most recently published post would periodically lose its permalink and
return a 404 error. I tried to find a solution.
&lt;!--more--&gt;&lt;/p&gt;

&lt;h2 id=&quot;save-the-permalink-settings-page&quot;&gt;Save the Permalink Settings Page&lt;/h2&gt;

&lt;p&gt;The solution you see frequently mentioned for this error is to visit the settings page for Permalinks and save the settings again. From the
WordPress admin dashboard, go to &lt;strong&gt;Settings &amp;gt; Permalinks&lt;/strong&gt; and click to open that page. Then scroll down and click &lt;strong&gt;Save&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;This worked &lt;em&gt;temporarily&lt;/em&gt; for me. Something else was periodically causing the permalink for &lt;em&gt;only the latest article&lt;/em&gt; to be lost.&lt;/p&gt;

&lt;h2 id=&quot;finding-the-plugin-to-blame&quot;&gt;Finding the plugin to blame&lt;/h2&gt;

&lt;p&gt;My next step was to examine all of the installed plugins, to see if something else was to blame. Since the problem was recurring
periodically, I used the &lt;a href=&quot;https://wordpress.org/plugins/wp-crontrol/&quot;&gt;WP Crontrol&lt;/a&gt; plugin to watch the various 
&lt;a href=&quot;/2016/03/alternate-ways-to-call-wp-cron/&quot;&gt;wp-cron jobs&lt;/a&gt;. There were a lot of them!&lt;/p&gt;

&lt;p&gt;I immediately suspected the caching plugin. This WordPress site uses &lt;a href=&quot;https://www.boldgrid.com/w3-total-cache/&quot;&gt;W3 Total Cache&lt;/a&gt;, which is a
pretty sophisticated and large plugin with a lot of options. It provides a page cache, database cache, and a number of other caches which
&lt;em&gt;seemed&lt;/em&gt; like they could be responsible for the problem.&lt;/p&gt;

&lt;p&gt;I went through the W3 Total Cache settings, made sure they were up to date, and clicked &lt;strong&gt;Save&lt;/strong&gt; on a few of the settings pages.&lt;/p&gt;

&lt;p&gt;The returning 404 problem seems to have stopped.&lt;/p&gt;

&lt;p&gt;What did I do to fix it?&lt;/p&gt;

&lt;p&gt;&lt;em&gt;I don’t know.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Sometimes WordPress is a pain to work with. This problem frustrated me for a week and I do not know what it was nor if it will return.&lt;/p&gt;</content>
      </entry>
    
</feed>
