Jump to content
Sign in to follow this  
wilg

Update frequency RSS

Recommended Posts

wilg

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

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

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×