Skip to content

Instantly share code, notes, and snippets.

@cannap
Created April 6, 2018 17:21
Show Gist options
  • Save cannap/4068106d177d97d0cfd51bea222cd2bf to your computer and use it in GitHub Desktop.
Save cannap/4068106d177d97d0cfd51bea222cd2bf to your computer and use it in GitHub Desktop.
<?php /* Template Name: Blog Template */ ?>
<?php get_header(); ?>
<?php the_content(); ?>
<?php get_footer(); ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment