Skip to content

Instantly share code, notes, and snippets.

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