Now the order is: apples, oranges, pears.
But I want to be in a random order, for ex: oranges, apples, pears.
Or to write them in a order that I want.
Is this possible?
Taxonomy is like that:
'fruits' => array(
'post-types' => array('products'),
'name' => 'Fruits',
'slug' => 'fruits',
'type' => 'tags' ),
[SOLVED] This do the Job:
Credit goes here: Change order of Custom Taxonomy List