Hi! I have a view that has ordering set to random order. In the past, this has worked fine, and I don't think I've changed anything about the view. However, now it's always showing the same post instead of randomizing. Some examples are the "Meet the..." sections on hidden link, hidden link, and hidden link. Can you help get this working again?
thanks!
Sarah
Hi Sarah,
Thank you for contacting us and I'd be happy to assist.
From the page's source code, I noticed that the "WP-Super-Cache" plugin is active on the website. Cache plugins generate the copy of the page once and keep using that copy for subsequent visits or reloads. This would explain, why the views are showing the same results over and over again.
Can you test this with the cache plugin disabled? Once confirmed, you can consult the "WP-Super-Cache" plugin's documentation or support team to learn how to exclude specific pages from being cached.
regards,
Waqar
OK, thank you! It does seem that it's a caching issue - weirdly, it doesn't get cached in all browsers. Now that I know it's updating on our cache expiry schedule, that's good enough.