Skip to content

Instantly share code, notes, and snippets.

@j-gardner
Created May 30, 2012 15:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save j-gardner/2837154 to your computer and use it in GitHub Desktop.
Save j-gardner/2837154 to your computer and use it in GitHub Desktop.
TwentyTen Single.php
<?php
/* Run the loop to output the post.
* If you want to overload this in a child theme then include a file
* called loop-single.php and that will be used instead.
*/
get_template_part( 'loop', 'single' );
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment