*** single.php	2011-07-13 14:34:47.000000000 +0100
--- singlenew.php	2011-07-14 09:09:43.000000000 +0100
***************
*** 20,26 ****
  						<span class="nav-next"><?php next_post_link( '%link', __( 'Next <span class="meta-nav">&rarr;</span>', 'twentyeleven' ) ); ?></span>
  					</nav><!-- #nav-single -->
  
! 					<?php get_template_part( 'content', 'single' ); ?>
  
  					<?php comments_template( '', true ); ?>
  
--- 20,27 ----
  						<span class="nav-next"><?php next_post_link( '%link', __( 'Next <span class="meta-nav">&rarr;</span>', 'twentyeleven' ) ); ?></span>
  					</nav><!-- #nav-single -->
  
!                                         <?php /* allow content-single-format.php to be added to child theme */ 
!                                                    get_template_part( 'content-single',  get_post_format() ); ?>
  
  					<?php comments_template( '', true ); ?>
  
***************
*** 29,32 ****
  			</div><!-- #content -->
  		</div><!-- #primary -->
  
! <?php get_footer(); ?>
\ No newline at end of file
--- 30,33 ----
  			</div><!-- #content -->
  		</div><!-- #primary -->
  
! <?php get_footer(); ?>
