Untitled
By: a guest | Mar 20th, 2010 | Syntax:
None | Size: 1.63 KB | Hits: 207 | Expires: Never
<?php get_header(); ?>
<div id="content">
<div id="contentleft">
<div class="post">
<?php include(TEMPLATEPATH."/breadcrumb.php");?>
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<h1><?php the_title(); ?></h1>
<div class="date">
<p><span class="time"><?php the_time('F j, Y'); ?></span> <?php _e("by", 'studiopress'); ?> <?php the_author_posts_link(); ?> · <span class="icomment"><a rel="nofollow" href="<?php the_permalink(); ?>#respond"><?php comments_number(__('Leave a Comment', 'studiopress'), __('1 Comment', 'studiopress'), __('% Comments', 'studiopress')); ?></a></span> <?php edit_post_link(__('(Edit)', 'studiopress'), '', ''); ?></p>
</div>
<?php the_content(__('Read more', 'studiopress'));?><div class="clear"></div>
<div class="postmeta">
<p><?php _e("Filed under", 'studiopress'); ?> <?php the_category(', ') ?> · <span class="tags"><?php _e("Tagged with", 'studiopress'); ?> <?php the_tags('') ?></span></p>
</div>
<!--
<?php trackback_rdf(); ?>
-->
<?php endwhile; else: ?>
<p><?php _e('Sorry, no posts matched your criteria.', 'studiopress'); ?></p><?php endif; ?>
</div>
<?php if(get_theme_mod('468_post_ad') == 'Yes') { ?>
<div class="adblock">
<?php echo stripslashes (get_theme_mod('468_post_code')); ?>
</div>
<?php } else { ?>
<?php } ?>
<div class="comments">
<?php comments_template('',true); ?>
</div>
</div>
<?php get_sidebar(); ?>
</div>
<?php get_footer(); ?>