new posts

$number_recents_posts,’post_status’=>’publish’);

$recent_posts = wp_get_recent_posts( $args );
foreach($recent_posts as $post){
echo ‘

  • ‘ . $post[“post_title”].’
  • ‘;
    } ?>