Answer the question
In order to leave comments, you need to log in
How to hide pagination in Wordpress?
I have the WP-PageNavi plugin. I'm posting with my edits:
<div class="wp-pagenavi-block">
<div class="wp-pagenavi-title"><span>Навигация по страницам</span></div>
<div class="next-page"><?php next_posts_link('Следующая страница »') ?></div>
<?php wp_pagenavi(); ?>
</div>
Answer the question
In order to leave comments, you need to log in
Hello!
Should help - https://wp-kama.ru/function/is_paged
<?php if( !is_paged() ){ ?>
<div class="wp-pagenavi-block">
<div class="wp-pagenavi-title"><span>Навигация по страницам</span></div>
<div class="next-page"><?php next_posts_link('Следующая страница »') ?></div>
<?php wp_pagenavi(); ?>
</div>
<?php } ?>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question