sprintf( '%s',
esc_html__( 'Previous page', 'byakko' )
),
'next_text' => sprintf( '%s',
esc_html__( 'Next Page', 'byakko' )
),
'before_page_number' => sprintf( '%s',
esc_html__( 'Page', 'byakko' )
)
) );
else :
get_template_part( 'template-parts/content', 'none' );
endif; ?>