I would like to display some random posts of the day on my homepage, but the ‘sort by random’ setting refreshes my posts on each page load.
Any way to change this to only refresh at midnight or something? Either through a customization or even in combination with some other plugin you might know about?
I’m not sure if this is possible within the parameters of the plugin.
If I was custom coding it, I would generate the posts, and save them as a transient which updates once a day. However, I don’t think that will work in the case of WPSP, as we don’t have 100% control of the code without altering core files.