Skip to content

Instantly share code, notes, and snippets.

@timelsass
Created June 8, 2018 21:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save timelsass/fbb8df66c54c7b132a509c6b08cc8b79 to your computer and use it in GitHub Desktop.
Save timelsass/fbb8df66c54c7b132a509c6b08cc8b79 to your computer and use it in GitHub Desktop.
Example page template
<?php
/**
* Template Name: Something New
*
* Template for something new pages.
*/
while ( have_posts() ) : the_post();
echo '<div><p>I\'m a template!</p></div>';
endwhile; // end of the loop.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment