All pastes #2087717 Raw Edit

johmurph single.php

public text v1 · immutable
#2087717 ·published 2011-10-07 17:40 UTC
rendered paste body
<?php if(function_exists('precious_get_file')) { precious_get_file('header'); } else {  get_header(); }?>

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



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



	<h2 id="pagetitle"><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></h2>
	
	 <?php edit_post_link(__('Edit','basic2col'),'<p class="editlink">','</p>'); ?>
   
   	<p class="author-date">by&nbsp;<b><?php echo the_author_posts_link(); ?></b>&nbsp;|&nbsp;<?php the_time(__('F jS, Y','basic2col')); ?></p>


	<div class="postcontent">
		<?php the_content(); ?>
	
		<?php wp_link_pages('before=<p id="pages">'.__('Pages:','basic2col').'&after=</p>'); ?>
 <ul class="sharepost">   
<?php if ( $comments || comments_open() || pings_open() ) : ?>

	<li id="comments">
		 <?php comments_number(__('No Comments','basic2col'),__('One Comment','basic2col'),__('% Comments','basic2col') );?></li>
<li id="printfriendly"><a href="javascript:window.print()"><img src="/wp-content/plugins/simple-social-bookmarks/default/printfriendly.png" height="18" width="18" alt="Print"  /> <span>Print</span></A></li>     
<?php sharepost_buttons(); ?>
<?php endif; ?>
    
	</div>
	
	
            
	<div class="postmeta">    
		<p><?php the_tags(__('Tags: ','basic2col'), ', ', ''); ?></p>
 		<p><?php _e('Posted in','basic2col'); ?> <?php the_category(',') ?></p>

	</div>

</div>



	<ul id="postnav">
		<?php next_post_link('<li class="right">%link &raquo;</li>'); ?>
		<?php previous_post_link('<li class="left">&laquo; %link</li>'); ?>
	</ul>


	<?php comments_template(); // Get wp-comments.php template ?>


<?php endwhile; else : 

	echo basic2col_404_message(); 

endif; 

if(function_exists('precious_get_file')) { precious_get_file('footer'); } else {  get_footer(); }

?>