diff --git a/wp-content/themes/score/index.php b/wp-content/themes/score/index.php index 4855cb1..78fa356 100644 --- a/wp-content/themes/score/index.php +++ b/wp-content/themes/score/index.php @@ -45,7 +45,7 @@ if (have_posts()) : $urls_video[] = $gp_settings['video']; endwhile; endif;*/ - +$orderby = 'rand'; $args = array( "cat" => $gp_settings['cats'], "ignore_sticky_posts" => 1,