public function clients_logos() { $args = array( 'post_type' => 'client', 'post_status' => 'publish', 'order' => 'DESC', ); $the_query = new \WP_Query( $args ); return $the_query; }