I have a bunch of quotes in a channel and I just want to show any random 4 of them at a time.
The trouble is, it seems to select/sort/order them the same way every time. What simple concept
am I missing here?
{exp:channel:entries channel="quotes" orderby=”random” dynamic="off" limit="4" disable="category|pagination|trackbacks|member_data"}and I’ve tried it with dynamic on, just in case that was needed.