Formatting, adding/updating links
This commit is contained in:
@@ -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; ?>
|
||||
|
||||
@@ -7,4 +7,4 @@
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
<?php wp_footer(); ?>
|
||||
<?php wp_footer(); ?>
|
||||
|
||||
@@ -11,4 +11,4 @@
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
</header>
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
<h1>
|
||||
<?php echo roots_title(); ?>
|
||||
</h1>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -1 +1 @@
|
||||
<?php dynamic_sidebar('sidebar-primary'); ?>
|
||||
<?php dynamic_sidebar('sidebar-primary'); ?>
|
||||
|
||||
Reference in New Issue
Block a user