-1, 'orderby' => 'date', 'order' => 'DESC', 'post_type' => 'community', 'post_status' => 'publish'); $posts = get_posts($args); if($posts){ $html.='
'; $html.=''; $html.='
'; } return $html; }