0

I have a content type for which I created a field. I want to sort random field items. My previous topic is Sort random field items via jQuery.

I want to learn how to randomly sort, via template.php, or other Drupal solution.

How can I randomly sort my field items?

Community
  • 1
  • 1
Slaythern Aareonna
  • 353
  • 3
  • 9
  • 25
  • "or other Drupal solution." << can you suggest what other drupal solutions you would be comfortable with. – D34dman Dec 25 '12 at 07:44

1 Answers1

0

Create a view using contrib Views module that would output the fields that you are interested in sorting. Now in the view you can select random sort. This option is available in Sort option as "Global: Random".

D34dman
  • 1,241
  • 9
  • 12