Skip to content

Instantly share code, notes, and snippets.

@mfields
Created January 18, 2013 07:45
Show Gist options
  • Save mfields/4562986 to your computer and use it in GitHub Desktop.
Save mfields/4562986 to your computer and use it in GitHub Desktop.
$template_name = 'my-custom-template.php';
$path = locate_template( $template_name );
if ( empty( $path ) )
$path = dirname( __FILE__ ) . '/' . $template_name;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment