' . esc_html__( 'View previous', 'canuck' );
$right = esc_html__( 'View next', 'canuck' ) . '
'
?>
' . esc_html__( 'Post navigation', 'canuck' ) . '';
next_post_link( '
%link ' . __( 'Next Post', 'canuck' ) . ' :
', '%title', false, $exclude );
previous_post_link( '
' . __( 'Previous Post', 'canuck' ) . ' : %link
', '%title', false, $exclude );
}
?>