'10' , 'post_status' => 'publish' ) ; $recent_posts = wp_get_recent_posts( $arguments ) ; echo '
' ; foreach( $recent_posts as $post ) { echo '' . $post[ "post_title" ] . '' ; } echo '
' ; // .list-group ?>