| 
									
										
										
										
											2020-03-15 10:26:50 -04:00
										 |  |  | <?php | 
					
						
							|  |  |  | /* The Template for displaying all single posts. */ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | get_header(); ?>
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | <?php if ( have_posts() ) while ( have_posts() ) : the_post(); ?>
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 						 <div id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
 | 
					
						
							|  |  |  | 						<h1 class="entry-title"><?php the_title(); ?></h1>
 | 
					
						
							| 
									
										
										
										
											2020-03-27 16:27:21 -04:00
										 |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-03-15 10:26:50 -04:00
										 |  |  | 						<?php the_content(); ?>
 | 
					
						
							|  |  |  | 				<?php wp_link_pages( array( 'before' => '<div class="page-link">' . __( 'Pages:', 'twentyten' ), 'after' => '</div>' ) ); ?>
 | 
					
						
							| 
									
										
										
										
											2020-03-27 16:27:21 -04:00
										 |  |  | 				<p class="date"><?php melville_posted_on(); ?></p>
 | 
					
						
							|  |  |  | 				<p class="post-meta"><?php melville_posted_in();?>
 | 
					
						
							| 
									
										
										
										
											2020-03-15 10:26:50 -04:00
										 |  |  | 
 | 
					
						
							|  |  |  | 				<?php comments_template( '', true ); ?>
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | <?php endwhile; // end of the loop. ?>
 | 
					
						
							|  |  |  | </div> | 
					
						
							| 
									
										
										
										
											2020-03-27 16:27:21 -04:00
										 |  |  | <?php get_footer(); ?>
 |