Sha256: ba53bab45c3f8ee3d1c94a2bab80f350497783647f592f8088d5ad1f13983ea0
Contents?: true
Size: 387 Bytes
Versions: 3
Compression:
Stored size: 387 Bytes
Contents
<?php /** * The main template file. * * @category Theme * @package [starter] * @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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
wordpress-starter-0.3 | templates/project/index.php |
wordpress-starter-0.2 | templates/project/index.php |
wordpress-starter-0.1 | templates/starter/index.php |