I don’t know if I was doing right or not.
I used <?php wp_pagenavi(); ?> to replace three places:
1. Index: <?php astra_pagination(); ?>
2. Archive: <?php astra_pagination(); ?>
3. Comments:
<div class=”nav-previous”><?php previous_comments_link( astra_default_strings( ‘string-comment-navigation-previous’, false ) ); ?></div>
<div class=”nav-next”><?php next_comments_link( astra_default_strings( ‘string-comment-navigation-next’, false ) ); ?></div>
But nothing in my pages showed up. 🙁