sprintf( /* translators: %1$s: opening html tag, %2$s: closing html tag */ '%1$s' . esc_html__( 'arrow_back', 'the-m-x' ) . '%2$s' . esc_html__( 'Previous Posts', 'the-m-x' ), '', '' ), 'next_text' => sprintf( /* translators: %1$s: opening html tag, %2$s: closing html tag */ esc_html__( 'Next Posts', 'the-m-x' ) . '%1$s' . esc_html__( 'arrow_forward', 'the-m-x' ) . '%2$s', '', '' ), ) ); // If comments are open or we have at least one comment, load up the comment template. if ( comments_open() || get_comments_number() ) : comments_template(); endif; endwhile; // End of the loop. ?>