Skip to content

Instantly share code, notes, and snippets.

@tac-design
Created August 11, 2016 10:42
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 tac-design/8d8b90c9ea29031521552ba0160b4fee to your computer and use it in GitHub Desktop.
Save tac-design/8d8b90c9ea29031521552ba0160b4fee to your computer and use it in GitHub Desktop.
<?php get_header(); ?>
<?php if ( have_posts() ) while ( have_posts() ) : the_post(); ?>
<?php the_title(); ?>
<?php the_content(); ?>
<?php endwhile; ?>
<?php get_footer(); ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment