X7ROOT File Manager
Current Path:
/home/hamdjcne/public_html/wp-content/themes/hub/templates/comment
home
/
hamdjcne
/
public_html
/
wp-content
/
themes
/
hub
/
templates
/
comment
/
ðŸ“
..
📄
comment.php
(1.27 KB)
📄
nav.php
(746 B)
📄
ping.php
(629 B)
Editing: nav.php
<?php if ( get_option( 'page_comments' ) && 1 < get_comment_pages_count() ) : // Check for paged comments. ?> <nav class="navigation comment-navigation" role="navigation" aria-labelledby="comments-nav-title"> <h3 id="comments-nav-title" class="screen-reader-text"><?php esc_html_e( 'Comments Navigation', 'hub' ); ?></h3> <?php if ( $prev_link = get_previous_comments_link( esc_html__( 'Older Comments', 'hub' ) ) ) : printf( '<div class="nav-previous">%s</div>', $prev_link ); endif; if ( $next_link = get_next_comments_link( esc_html__( 'Newer Comments', 'hub' ) ) ) : printf( '<div class="nav-next">%s</div>', $next_link ); endif; ?> </nav> <?php endif; // End check for paged comments. ?>
Upload File
Create Folder