Skip to content

Instantly share code, notes, and snippets.

@DrewAPicture
Created April 2, 2012 20:51
Show Gist options
  • Save DrewAPicture/2287123 to your computer and use it in GitHub Desktop.
Save DrewAPicture/2287123 to your computer and use it in GitHub Desktop.
Post Formats templates in sub-folder
<?php $format = get_post_format();
if ( $format === false )
$format = 'standard';
get_template_part( 'formats/content', $format ); ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment