New Maid
‘new-darjeeling-maid,new-filipino,new-myanmar,new-punjabi-maid’,
‘post_type’ => ‘post’,
‘post_status’ => ‘publish’,
‘posts_per_page’ => -1 // To display all posts, use -1
);
$query = new WP_Query($args);
if ($query->have_posts()) :
while ($query->have_posts()) : $query->the_post();
?>