>
' . single_post_title( '', false ) . ''; } while ( have_posts() ) { the_post(); if ( is_singular() ) { the_title( '
', '
' ); } else { the_title( '
', '
' ); } the_content(); } } ?>