All pastes #1821200 Raw Edit

index.php

public php v1 · immutable
#1821200 ·published 2010-03-03 14:04 UTC
rendered paste body
<?php get_header(); ?><div id="main"><div class="post-content"><?php if(have_posts()) : while(have_posts()) : the_post(); ?><div class="post-item"><img src="<?php echo bloginfo('template_directory') . '/images/featured-image.jpg'; ?>" alt="featured" /><h3><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h3><p class="meta">Posted by <?php the_author(); ?> on <?php the_date(); ?></p><?php the_content('read more'); ?></div><!--end post item--><?php endwhile; ?><?php else : ?><p>I'm not sure what you're looking for.</p><?php endif; ?><a href="#" class="more">More...</a></div><!--end post content--><?php get_sidebar(); ?><br class="clear" /></div><!--end main--><?php get_footer(); ?>