Sha256: 5fff8a4a6be540d227c5357b11a480aa2efa28655a1b35f1358ec369e0fa8225

Contents?: true

Size: 389 Bytes

Versions: 1

Compression:

Stored size: 389 Bytes

Contents

<?php
/**
 * The main template file.
 *
 * @category  Theme
 * @package   [bootstrap]
 * @author    [Your Name]
 * @copyright 2012 [Your Name]
 */

	get_header();

	/* Run the loop to output the posts.
	 * If you want to overload this in a child theme then include a file
	 * called loop-index.php and that will be used instead.
	 */
	get_template_part( 'loop', 'index' );

	get_footer();

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
wordpress-starter-0.3 templates/bootstrap/index.php