Skip to content

Instantly share code, notes, and snippets.

@ScarletPonytail
Created June 7, 2018 08:59
Show Gist options
  • Save ScarletPonytail/3b716db9e011bae9f420c29d15e981ce to your computer and use it in GitHub Desktop.
Save ScarletPonytail/3b716db9e011bae9f420c29d15e981ce to your computer and use it in GitHub Desktop.
Wordpress - Preview markup on single.php via a template
// Get people preview template
if ( is_singular( 'sc_people' ) && is_preview() ) :
get_template_part( 'template-parts/people', 'preview' );
endif;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment