Skip to content

Instantly share code, notes, and snippets.

@jpen365
Last active September 16, 2016 04:06
Show Gist options
  • Save jpen365/3d390d9402fcb32c0f0c361a6d11d11f to your computer and use it in GitHub Desktop.
Save jpen365/3d390d9402fcb32c0f0c361a6d11d11f to your computer and use it in GitHub Desktop.
<?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