>
'',
'next_or_number' => 'number',
'nextpagelink' => esc_html__( 'Next page', 'natura' ),
'previouspagelink' => esc_html__( 'Previous page', 'natura' ),
'pagelink' => '%',
'echo' => 1
);
wp_link_pages( $args );
?>
'' . esc_html__( 'Next', 'alba' ) . ' ' .
'' . esc_html__( 'Next post:', 'alba' ) . ' ' .
'%title',
'prev_text' => '' . esc_html__( 'Previous', 'alba' ) . ' ' .
'' . esc_html__( 'Previous post:', 'alba' ) . ' ' .
'%title',
)
);
?>