Long Delay in Rss Post
-
I have embedded your rss into a custom.php fiile for my home page, pulling in an rss from another wordpress install in another directory on the same server.
The feed itself updates immediately with a new post:
https://www.bamboofinance.com/blog/feed/But I am seeing odd times of a few hours to even two days before the post shows on the display here in the bottom area under Investing for Impact Blog:
https://www.bamboofinance.com/Here is the code I use, surrounded by a style div:
<?php echo do_shortcode(‘[cetsEmbedRSS id=”https://www.bamboofinance.com/blog/?feed=atom” itemcount=”4″ itemauthor=”0″ itemdate=”0″ itemcontent=”0″]’);?>I have tried alternative rss urls all with the same issue:
https://example.com/?feed=rss
https://example.com/?feed=rss2
https://example.com/?feed=rdf
https://example.com/?feed=atom
https://example.com/feedI am at a loss of figuring out the time delay. Is there any insight you can provide that may help me resolve this delay?
I completely disabled the cache on the site and tested in a test page.
- The topic ‘Long Delay in Rss Post’ is closed to new replies.