Quantcast
Channel: Caching a wordpress rss feed with PHP? - Stack Overflow
Browsing all 2 articles
Browse latest View live

Answer by lonesomeday for Caching a wordpress rss feed with PHP?

So if you want to cache the feed itself, it would be pretty simple to do this with a plain text file. Something like this should do the trick:$validCache = false;if (file_exists('rss_cache.txt')) {...

View Article



Caching a wordpress rss feed with PHP?

Ok so I have these requirements that i need and I really dont know where to start. Here is what i haveWhat I need is some PHP code that will grab the latest article from the RSS feed from a wordpress...

View Article
Browsing all 2 articles
Browse latest View live




Latest Images