Use core navigation template tags.
* Remove custom arguments from `the_posts_navigation()` and `the_post_navigation()`. * Adjust fallbacks for `the_posts_navigation()` and `the_post_navigation()`. * update pot file. * merge master for style.css and style.scss.
This commit is contained in:
parent
5c6311499b
commit
894bd6b5d3
9 changed files with 68 additions and 75 deletions
|
@ -14,7 +14,7 @@ get_header(); ?>
|
|||
|
||||
<?php get_template_part( 'content', 'single' ); ?>
|
||||
|
||||
<?php _s_post_nav(); ?>
|
||||
<?php the_post_navigation(); ?>
|
||||
|
||||
<?php
|
||||
// If comments are open or we have at least one comment, load up the comment template
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue