Last active
September 16, 2016 04:06
-
-
Save jpen365/3d390d9402fcb32c0f0c361a6d11d11f 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 | |
/** | |
* The main template file | |
* It puts together the home page if no home.php file exists. | |
* | |
* @package Simple Blog Theme | |
*/ | |
get_header(); ?> | |
<!-- all page or post content should be between the header and sidebar --> | |
<?php get_sidebar(); ?> | |
<?php get_footer(); ?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment