• My RSS is cached and won’t show the latest updates to a feed. I tried applying a third-party RSS widget but it did the same exact thing making me think its a WordPress level cache issue.

    Any thoughts of how i can dump it?

Viewing 2 replies - 1 through 2 (of 2 total)
  • lower the garbage collection interval time or make it not cacheable.

    i think cache the feed is bad idea except you have numerous subscriber, the great solution is using feeburner (free service) to deliver the updates.

    From a thread from like 4 years ago, here’s what they suggested. Add this to your functions.php file or in a plugin if you’re developing one.

    if ( !defined('MAGPIE_CACHE_AGE') ) {
    		define('MAGPIE_CACHE_AGE', 60*60); // one hour
    	}

    I haven’t confirmed whether it works or not, I have to wait for my feed to update, but I’ll come back and let you know.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘RSS cached – won't show updated feed’ is closed to new replies.