Skip to content

Instantly share code, notes, and snippets.

@rob-gordon
Created July 18, 2017 21:42
Show Gist options
  • Select an option

  • Save rob-gordon/5b1be75c60d47a63985811e4f6281115 to your computer and use it in GitHub Desktop.

Select an option

Save rob-gordon/5b1be75c60d47a63985811e4f6281115 to your computer and use it in GitHub Desktop.
scoped replacement for get_template_part
function get_partial($t) {
include( locate_template( 'template_parts/'.$t.'.php', false, false ) );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment