Closed wedot closed 5 years ago
Hi @wedot,
I'm having trouble reproducing this, sorry... To clarify, is the issue that the order of
craft.entries.section('team').order('RAND()').all()
is always the same? If so, does it work properly if you remove the cache
and nocache
tags?
I have found the problem. It don't was your plugin rather then the file caching from my hoster. I don't know that the hoster uses a file caching over the cms caching...
Verything is fine now. thank you for your support :)
No worries @wedot; good to hear that it's all fine now!
Description
I have the problem that things inside the nocache tag becomes cached. It's a onepager, every section is a entry and inside of that i have a neo field.
Additional information
The Code