0
Q:

if (have_posts()): while(have_post()):the_post();

<?php 
if ( have_posts() ) {
	while ( have_posts() ) {
		the_post(); 
		//
		// Post Content here
		//
	} // end while
} // end if
?>
0

New to Communities?

Join the community