Current File : /home/virtualki/22346/wp-content/themes/Boldtheme/template-parts/comments-navigation.php
<?php
/**
 * Template part for comments navigation in the Post page inside comments.
 *
 * @package Bold
 */

?>

<nav id='comment-nav-above' class='navigation comment-navigation'>
  <h2 class='screen-reader-text'><?php esc_html_e( 'Comment navigation', 'bold' ); ?></h2>

  <div class='nav-links'>
    <div class='nav-previous'>
      <span class='pagination__text'>
        <?php previous_comments_link( esc_html__( 'Older Comments', 'bold' ) ); ?>
      </span>
    </div>

    <div class='nav-next'>
      <span class='pagination__text'>
        <?php next_comments_link( esc_html__( 'Newer Comments', 'bold' ) ); ?>
      </span>
    </div>
  </div>

</nav>