<?php
$query_coupon1 = new WP_Query(
array(
'title' => 'the_title();',
'post_type' => 'coupon',
'order' => 'DESC',
)
);
?>