Created
April 6, 2018 17:21
-
-
Save cannap/4068106d177d97d0cfd51bea222cd2bf to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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