$args = array( 'numberposts' => '5' );
    $recent_posts = wp_get_recent_posts( $args );
    foreach( $recent_posts as $recent ){
    echo '
  • ' . $recent["post_title"].'
  • ';
    }
    ?>



burdaki değeri 10 yapsan 10 olur

$args = array( 'numberposts' => '5' );