Title: Plugin not refreshing with updated content.
Last modified: August 30, 2016

---

# Plugin not refreshing with updated content.

 *  [ntoscano50](https://wordpress.org/support/users/ntoscano50/)
 * (@ntoscano50)
 * [11 years ago](https://wordpress.org/support/topic/plugin-not-refreshing-with-updated-content/)
 * I have updated the site which, in turn, updates the RSS feed. These updates are
   not showing in the RSS Reader.
 * [https://wordpress.org/plugins/super-rss-reader/](https://wordpress.org/plugins/super-rss-reader/)

Viewing 1 replies (of 1 total)

 *  [twitah](https://wordpress.org/support/users/twitah/)
 * (@twitah)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/plugin-not-refreshing-with-updated-content/#post-6202728)
 * The problem have been mentioned from previous support thread. Here is the solution
   quoted from the plugin author:
 * > Hello,
   > Super RSS Reader uses WordPress’s default RSS engine for fetching feeds.
   > So inorder to refresh feeds, you need to add a filter to WordPress. Add the
   > below code to the function.php file of your theme.
   > add_filter( ‘wp_feed_cache_transient_lifetime’, create_function(‘$a’, ‘return
   > 1800;’) );
   > Here 1800 indicates 30 minutes. Change this according to your needs.
   > Note: Constantly refreshing feed cache will slow down your server and website.
   > So it is a good idea to leave it to the default.
 * > I love the plugin but it only seems to refresh over night so it is a day out
   > of date.

Viewing 1 replies (of 1 total)

The topic ‘Plugin not refreshing with updated content.’ is closed to new replies.

 * ![](https://ps.w.org/super-rss-reader/assets/icon-256x256.png?rev=1749446)
 * [Super RSS Reader - Add attractive RSS Feed Widget](https://wordpress.org/plugins/super-rss-reader/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/super-rss-reader/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/super-rss-reader/)
 * [Active Topics](https://wordpress.org/support/plugin/super-rss-reader/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/super-rss-reader/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/super-rss-reader/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [twitah](https://wordpress.org/support/users/twitah/)
 * Last activity: [10 years, 11 months ago](https://wordpress.org/support/topic/plugin-not-refreshing-with-updated-content/#post-6202728)
 * Status: not resolved