Last active
April 6, 2018 17:22
-
-
Save cannap/5ffdd8886d0c352e6255dc5e3c3141ce 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(); ?> | |
some html | |
<?php | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment