Randomise Tag/Category results
-
OK, so I’ve added the following code to my functions.php and it’s working…
function enfold_customization_random_search( $q ) { if ( $q->is_search ) { $q->set( 'orderby', 'rand' ); } return $q; }
Now I want to do the same for the results pages for categories and tags…
Any Ideas?
Rog
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Randomise Tag/Category results’ is closed to new replies.