-
4,
‘post_status’ => ‘publish’,
‘orderby’ => ‘date’,
‘order’ => ‘DESC’,
);
$recent_posts = new WP_Query( $args );
$count = 0;
while ( $recent_posts->have_posts() ) :
$recent_posts->the_post();
?>
- >
have_posts() ) :
$recent_posts->the_post();
?>
