sprintf( esc_html_x( '%1$sPrevious page%2$s', 'posts pagination', 'conj-lite' ), '', '' ), /* translators: 1: Open span tag, 2: Close span tag. */ 'next_text' => sprintf( esc_html_x( '%1$sNext page%2$s', 'posts pagination', 'conj-lite' ), '', '' ), /* translators: 1: Open span tag, 2: Close span tag. */ 'before_page_number' => sprintf( esc_html_x( '%1$sPage%2$s', 'posts pagination label', 'conj-lite' ), '', ' ' ) ) ) ); else : get_template_part( 'template-parts/content', 'none' ); endif; ?>