• I am trying to output a list of terms from a specific taxonomy in random order. The list displays just fine, except that it is not randomized. How can I achieve this?

    <ul>
    [for each=taxonomy-name orderby=random count=10]
    <li><a href="[each url]">[each name]</a></li>
    [/for]
    </ul>
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Randomize taxonomy terms order’ is closed to new replies.