You are on page 1of 1

WP-The Loop

<?php if (have_posts()) : ?>



<?php while (have_posts()) : the_post(); ?>

<di v cl ass=" post " i d=" post - <?php t he_I D( ) ; ?>" >
<h2><a hr ef =" <?php t he_per mal i nk( ) ?>" r el =" bookmar k" t i t l e=" Per manent Li nk t o <?php t he_t i t l e( ) ; ?>" ><?php t he_t i t l e( ) ; ?></ a></ h2>
<smal l ><?php t he_t i me( ' F j S, Y' ) ?> <! - - by <?php t he_aut hor ( ) ?> - - ></ smal l >

<di v cl ass=" ent r y" >
<?php t he_cont ent ( ' Read t he r est of t hi s ent r y &r aquo; ' ) ; ?>
</ di v>

<p cl ass=" post met adat a" >Post ed i n <?php t he_cat egor y( ' , ' ) ?> <st r ong>| </ st r ong>
<?php edi t _post _l i nk( ' Edi t ' , ' ' , ' <st r ong>| </ st r ong>' ) ; ?>
<?php comment s_popup_l i nk( ' No Comment s &#187; ' , ' 1 Comment &#187; ' , ' %Comment s &#187; ' ) ; ?>
</ p>
</ di v>

<?php endwhile; ?>

<di v cl ass=" navi gat i on" >
<di v cl ass=" al i gnl ef t " ><?php next _post s_l i nk( ' &l aquo; Pr evi ous Ent r i es' ) ?></ di v>
<di v cl ass=" al i gnr i ght " ><?php pr evi ous_post s_l i nk( ' Next Ent r i es &r aquo; ' ) ?></ di v>
</ di v>

<?php else : ?>

<h2 cl ass=" cent er " >Not Found</ h2>
<p cl ass=" cent er " >Sor r y, but you ar e l ooki ng f or somet hi ng t hat i sn' t her e. </ p>
<?php i ncl ude ( TEMPLATEPATH . " / sear chf or m. php" ) ; ?>

<?php endif; ?>

You might also like