<?php get_header(); ?> <div class="outer"> <div class="inner"> <?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?> <div class="span-4 comments clearfix"> <a href="<?php comments_link(); ?>"> <?php comments_number('No comments', '1 comment', '% comments'); ?></a></p> </div> <div class="span-14 last blog"> <div class="sub content"> <h2><?php the_title(); ?></h2> <p class="meta">On <span class="date"><?php the_time('F j, Y'); ?></span>, in <?php the_category(', '); ?></p> <?php the_content(); ?> <?php endwhile; else: ?> <h2>Woops...</h2> Sorry, no posts we're found.</p> <?php endif; ?> <?php comments_template();?> </div> </div> </div> </div> </div> <?php get_sidebar(); ?> </div> </div> </div> <?php get_footer(); ?>
There are currently 1 users browsing this thread. (0 members and 1 guests)