vagrant-wordpress-bintz/themes/Barebones/index.php

3 lines
93 B
PHP
Raw Normal View History

2015-04-30 13:54:25 +00:00
<?php get_header(); ?>
<?php get_template_part( 'loop', 'index' ); ?>
<?php get_footer(); ?>