esc_html( Baltic_Options::get_option( 'nav_posts_prev' ) ),
'next_text' => esc_html( Baltic_Options::get_option( 'nav_posts_next' ) ),
) );
} elseif( Baltic_Options::get_option( 'nav_posts' ) == 'posts_pagination' ) {
the_posts_pagination( array(
'prev_text' => sprintf( '%s %s', Baltic_Icons::get_svg( array( 'class' => 'icon-stroke', 'icon' => 'arrow-left' ) ), esc_html__( 'Previous Page', 'baltic' ) ),
'next_text' => sprintf( '%s %s', Baltic_Icons::get_svg( array( 'class' => 'icon-stroke', 'icon' => 'arrow-right' ) ), esc_html__( 'Next Page', 'baltic' ) ),
'before_page_number' => '' . esc_html__( 'Page', 'baltic' ) . ' ',
) );
}