$args = array(
'numberposts' => 6,
'orderby' => 'post_date',
'order' => 'DESC',
'post_type' => 'post',
'post_status' => 'publish',
'suppress_filters' => true );
$recent_posts = wp_get_recent_posts( $args );
Come si può fare per limitare gli articoli estratti che sono stati pubblicati in base al giorno?