:

    '3' ); $recent_posts = wp_get_recent_posts( $args ); foreach( $recent_posts as $post ){ echo '
  • ' . $post["post_title"].' - '. get_the_time('F j, Y', $post["ID"]) .'
  • '; } ?>