Answer the question
In order to leave comments, you need to log in
Partial caching in WordPress?
I take records in random order with orderby' => 'rand'
$args = array(
'orderby' => 'rand',
);
$query = new WP_Query( $args ); ?>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question