Advertisement
Guest User

Untitled

a guest
Aug 29th, 2014
251
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. {% set random = craft.entries.section('quotes,didYouKnow').limit(1).order('RAND()').find() %}
  2. {% for content in random %}
  3. ...
  4. {% endfor %}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement