Skip to content

Instantly share code, notes, and snippets.

@tacensi
Created July 7, 2014 13:43
Show Gist options
  • Save tacensi/b697ef4eb76532305b0b to your computer and use it in GitHub Desktop.
Save tacensi/b697ef4eb76532305b0b to your computer and use it in GitHub Desktop.
WP Load specific template file
add_filter( 'template_include', function( $template ) {
return locate_template( 'index.php' );
} );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment