Created
April 16, 2015 11:23
-
-
Save pixelcoder/d43930cf3caba7c5fc10 to your computer and use it in GitHub Desktop.
WordPress custom template.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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