FAQ

Q: RSS feed is not refreshing # A: Super RSS Reader uses WordPress’s default feed reading module. By default WordPress caches the RSS feed for 12 hours. You can change this default value by adding the below code to your theme’s function.php file. add_filter( ‘wp_feed_cache_transient_lifetime’, function($a) { return 600; } ); Here 600 indicates 10 … Continue reading FAQ