User:Zach Alexander/sandbox

From Wikipedia, the free encyclopedia

<?php get_header(); ?>

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

<div class="post" id="post-<?php the_ID(); ?>">

<a href="<?php echo get_permalink() ?>" rel="bookmark" title="Permanent Link: <?php the_title(); ?>"><?php the_title(); ?></a>

<?php the_content('

Read the rest of this entry »

'); ?> <?php link_pages('

Pages: ', '

', 'number'); ?>

<?php comments_template(); ?>

<?php endwhile; else: ?>

Sorry, no posts matched your criteria.

<?php endif; ?>

<?php get_footer(); ?>