Coda Clips

Simple Wordpress Loop

<?php
if (have_posts()) :
	while (have_posts()) :
		the_post();
		the_content();
	endwhile;
endif;
?>

Added to by Thilo Thamm

Install Clip


Sponsored Links: