Skip to content

Instantly share code, notes, and snippets.

@pixelcoder
Created April 16, 2015 11:23
Show Gist options
  • Save pixelcoder/d43930cf3caba7c5fc10 to your computer and use it in GitHub Desktop.
Save pixelcoder/d43930cf3caba7c5fc10 to your computer and use it in GitHub Desktop.
WordPress custom template.
<?php
/*
TEMPLATE NAME: Name
*/
?>
<?php get_header(); ?>
<?php get_footer(); ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment