I'm trying to pull a random entry from among an array of sections, but I can't get it to work.
I tried the code below, but I'm just getting errors. I've tried multiple ways of listing the sections -- "section","section" ['section,section'],etc, but none work. Do I need to specify my sections in a different way?
{% set random = craft.entries.section('quotes,didYouKnow').limit(1).order('RAND()').find() %}
{% for content in random %}
...
{% endfor %}
postDate descwork? – Dominik Krulak Mar 07 '15 at 12:53postDatefield... – Lindsey D Mar 08 '15 at 19:06