Increase RSS Update Time Limit | WordPress 2.8.3
While solving issues in wordpress forums, the most common issue I have heard is of RSS feed update time. They say, RSS does not get updated frequently.
And yes, that’s true. Each widget instance checks the feed once every 12 hours. Twice a day!
However, we can change this time limit. Just open your themes function.php file and add this code to it.
add_filter( ‘wp_feed_cache_transient_lifetime’, create_function(‘$a’, ‘return 1800;’) );
This code will cause the feeds to be checked every 30 minutes.
You may like these articles :
- An Introduction to Feed and Reader Here are Some General Queries and Their Answers About the...
- Introduction to Podcast in WordPress What is podcasting? Podcasting is distributing audio or video content...
- How to hide your wp-admin login page? How to hide your wp-admin login page? Change YOURSECRETWORDHERE to...
- How to Integrate External Forum Softwares in WordPress? Integrating External Forum Software: Want a full featured open source...
Makayla Gonzalez
RSS Feeds are really very helpful and you could get site and news updates from it.;~,
David Harris
RSS feeds are really great because you are always updated with the latest news or blog posts.*.’