remove post navigation and replace it by pagination nav on home.php

This commit is contained in:
koenemann 2016-11-25 14:17:28 +01:00
parent 526a46ad47
commit e649f78b90
1 changed files with 0 additions and 2 deletions

View File

@ -62,8 +62,6 @@ if ( is_front_page() && is_home() ) {
<?php endwhile; ?>
<?php the_posts_navigation(); ?>
<?php else : ?>
<?php get_template_part( 'loop-templates/content', 'none' ); ?>