Hi,
It’s not a plugins problem, thank you.
This code is correct (there is a space) :
<?php previous_posts_link('<i class="fa fa-angle-double-left"></i>'. __( 'NEWER POSTS', 'nisarg' ) ); ?>
This code is not correct (no space) :
<?php next_posts_link( __( 'OLDER POSTS', 'nisarg' ). '<i class="fa fa-angle-double-right"></i>' ); ?>
I found a solution by add a space after “POSTS” in French translation, but it is not a correct one.
Sorry, i won’t post an URL on a public forum.
Regards