// The Query
$the_query = new WP_Query( 'posts_per_page=-1&post_type=post' );
// The Loop
if ( $the_query->have_posts() ) {
echo '
- ';
while ( $the_query->have_posts() ) {
$the_query->the_post();
echo '
- '; the_title(); echo ' '; the_excerpt(); /*echo '
- Articles