Browse Source

more underscore

windhamdavid 10 years ago
parent
commit
c62fa100b7
4 changed files with 21 additions and 1 deletions
  1. 1 1
      index.php
  2. 0 0
      js/wp-api.min.js
  3. 20 0
      page-blog.php
  4. 0 0
      underscore.php

+ 1 - 1
index.php

@@ -1,5 +1,5 @@
 <?php get_header(); ?>
-<?php get_template_part( 'underscore-templates' ); ?>
+<?php get_template_part( 'underscore' ); ?>
 	<div class="container">
 		<div id="content" role="main">
 			<?php if ( have_posts() ) : ?>

File diff suppressed because it is too large
+ 0 - 0
js/wp-api.min.js


+ 20 - 0
page-blog.php

@@ -0,0 +1,20 @@
+<?php get_header(); ?>
+<?php get_template_part( 'underscore' ); ?>
+	<div class="container">
+		<div id="content" role="main">
+			<?php if ( have_posts() ) : ?>
+
+				<?php while ( have_posts() ) : the_post(); ?>
+
+					<?php get_template_part( 'content' ); ?>
+
+				<?php endwhile; ?>
+
+			<?php else : ?>
+
+				<?php get_template_part( 'content', 'none' ); ?>
+
+			<?php endif; ?>
+		</div>
+	</div>
+<?php get_footer(); ?>

+ 0 - 0
underscore-templates.php → underscore.php


Some files were not shown because too many files changed in this diff