Skip to content

Instantly share code, notes, and snippets.

@AlexMcowkin
Created March 16, 2015 15:28
Show Gist options
  • Save AlexMcowkin/0f376379e6376ccb41c1 to your computer and use it in GitHub Desktop.
Save AlexMcowkin/0f376379e6376ccb41c1 to your computer and use it in GitHub Desktop.
WP add custom template
<?php /* Template Name: Form */ ?>
<?php get_header();?>
<div>
<!-- content here -->
</div>
<?php get_footer();?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment