remove post navigation and replace it by pagination nav on home.php
This commit is contained in:
parent
526a46ad47
commit
e649f78b90
2
home.php
2
home.php
|
@ -62,8 +62,6 @@ if ( is_front_page() && is_home() ) {
|
||||||
|
|
||||||
<?php endwhile; ?>
|
<?php endwhile; ?>
|
||||||
|
|
||||||
<?php the_posts_navigation(); ?>
|
|
||||||
|
|
||||||
<?php else : ?>
|
<?php else : ?>
|
||||||
|
|
||||||
<?php get_template_part( 'loop-templates/content', 'none' ); ?>
|
<?php get_template_part( 'loop-templates/content', 'none' ); ?>
|
||||||
|
|
Reference in New Issue