RSS Feed problems with Mailchimp
-
The problem: starting around the beginning of May 2019, our daily Mailchimp email stopped including all the most recent posts. The RSS feed appeared to be broken. Some days there was no email at all even though there were recent posts. There seemed to be a huge time lag ( 7 or 8 hours or more) between post time and when things appeared in the feed. The URL http://mywebsite.com/feed/ showed all the recent posts. but the Feed validator at https://validator.w3.org/feed/ did not seem to get updated regularly. And I noticed that the Mailchimp posts were based on the same feed as the validator showed. I turned off all caching plugins and searched for a way to force the RSS feed to refresh. The solution is to add arguments to the end of the feed URL
http://mywebsite.com/feed/rss?orderby=post_published&order=DESC
This appears to force the feed to update. With this URL, the validator shows changes as they are made – updated to changes in the last minutes. FYI, i tried to research arguments on the Feed URL, and apparently there are no standards, so your feed may be different.
I just wanted to share this with the forum as I spent hours searching for a solution to this problem. I found this under “Update Force RSS?” – a topic from 9 months ago and comments were closed.
The topic ‘RSS Feed problems with Mailchimp’ is closed to new replies.