wilg 0 Report post Posted March 21, 2011 I added the default RSS widget to the sidebar in Platform Pro. But i noticed that it only updates once in about 4 hours. How can i change the update frequency of the RSS widget? I found this solution on the internet: "If your RSS widget doesn??™t update, or doesn??™t update frequently enough, add the next wordpress code to your current theme??™s function.php: add_filter( 'wp_feed_cache_transient_lifetime', create_function('$fixrss', 'return 1800;') );" But the function.php in the Platform Pro is empty and redirects to core.init.php. Does this mean that I can put the code in core.init.php? Share this post Link to post Share on other sites
Kate 3 Report post Posted March 21, 2011 Hi Rik, Add a functions.php to your base folder, and you can add the code in there. As you see, that's actually a WP thing, not PageLines. All the best, Kate Share this post Link to post Share on other sites
wilg 0 Report post Posted March 21, 2011 Thank you Kate, you send me in the right direction. I'm pretty new in this. Share this post Link to post Share on other sites