get_header(); get_template_part('main-nav'); if ( have_posts() ) { $i=0; while ( have_posts() ) { the_post(); if($i==0){ //------------------------------------------------- // FIRST POST //------------------------------------------------- ?> the_title(); ?> the_time('F j, Y') ?> $i++; } else { //------------------------------------------------- // OTHER POSTS //------------------------------------------------- ?> " width="100%"/> the_title(); ?> the_time('F j, Y') ?> } } // end while ?> } // end if ?> get_footer(); ?>
the_time('F j, Y') ?>