Formatting, adding/updating links

This commit is contained in:
Ben Word
2013-11-07 21:28:52 -06:00
parent e362daecf2
commit 840ee637bf
14 changed files with 23 additions and 21 deletions

View File

@@ -1,4 +1,4 @@
<?php while (have_posts()) : the_post(); ?>
<?php the_content(); ?>
<?php wp_link_pages(array('before' => '<nav class="pagination">', 'after' => '</nav>')); ?>
<?php endwhile; ?>
<?php endwhile; ?>

View File

@@ -7,4 +7,4 @@
</div>
</footer>
<?php wp_footer(); ?>
<?php wp_footer(); ?>

View File

@@ -11,4 +11,4 @@
</nav>
</div>
</div>
</header>
</header>

View File

@@ -2,4 +2,4 @@
<h1>
<?php echo roots_title(); ?>
</h1>
</div>
</div>

View File

@@ -1 +1 @@
<?php dynamic_sidebar('sidebar-primary'); ?>
<?php dynamic_sidebar('sidebar-primary'); ?>