Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

standard loop wordpress

<?php 
if ( have_posts() ) {
	while ( have_posts() ) {
		the_post(); 
		//
		// Post Content here
		//
	} // end while
} // end if
?>
Source by wpformation.com #
 
PREVIOUS NEXT
Tagged: #standard #loop #wordpress
ADD COMMENT
Topic
Name
4+3 =