Advertising
- Anonymous
- Friday, December 14th, 2007 at 8:22:14am MST
- <?php get_header(); ?>
- <div id="content">
- <div id="contentleft">
- <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
- <h1><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></h1>
- <p ><span class="byline">Posted on <?php the_time('F j, Y'); ?><br />Filed Under <?php the_category(', ') ?> | <?php comments_popup_link('Leave a Comment', '1 Comment', '% Comments'); ?></span></p>
- <?php the_content(__('Read more'));?><div style="clear:both;"></div>
- <!--
- <?php trackback_rdf(); ?>
- -->
- <h3>Comments</h3>
- <?php comments_template(); // Get wp-comments.php template ?>
- <?php endwhile; else: ?>
- <p><?php _e('Sorry, no posts matched your criteria.'); ?></p><?php endif; ?>
- </div>
- <?php include(TEMPLATEPATH."/l_sidebar.php");?>
- <?php include(TEMPLATEPATH."/r_sidebar.php");?>
- </div>
- <!-- The main column ends -->
- <?php get_footer(); ?>
advertising
Update the Post
Either update this post and resubmit it with changes, or make a new post.
You may also comment on this post.
Please note that information posted here will expire by default in one month. If you do not want it to expire, please set the expiry time above. If it is set to expire, web search engines will not be allowed to index it prior to it expiring. Items that are not marked to expire will be indexable by search engines. Be careful with your passwords. All illegal activities will be reported and any information will be handed over to the authorities, so be good.