Preloader

$args = array( ‘post_status’ => ‘publish’,

‘post_type’ => ‘listing’,

‘meta_key’ => ‘client_feedback_score’,

‘orderby’ =>array( ‘meta_value_num’ => ‘DESC’),

‘order’ => ‘DESC’ );

$query = new WP_Query($args);

Leave a Reply

Your email address will not be published.