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