We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e134b4 commit 2ed7539Copy full SHA for 2ed7539
comments.php
@@ -23,7 +23,7 @@
23
24
<?php
25
// check for multi-page comments
26
- if ( get_comment_pages_count() > 1 ) : ?>
+ if ( get_comment_pages_count() > 1 && get_option( 'page_comments' ) ) : ?>
27
<nav class="navigation comment-navigation">
28
<p class="screen-reader-text"><?php esc_html_e( 'Comment navigation', 'hovercraft' ); ?></p>
29
<div class="nav-previous"><?php previous_comments_link( esc_html__( '← Older Comments', 'hovercraft' ) ); ?></div>
0 commit comments