if(function_exists('wp_paginate')):
wp_paginate();
else :
the_posts_pagination( array(
'prev_text' => piroutte( array( 'icon' => 'arrow-left' ) ) . '
' . __( 'Previous page', 'piroutte' ) . '',
'next_text' => '
' . __( 'Next page', 'piroutte' ) . '' . piroutte_get_svg( array( 'icon' => 'arrow-right' ) ),
'before_page_number' => '
' . __( 'Page', 'piroutte' ) . ' ',
) );
endif;