%title', //title
false, //in_same_term
'', //excluded_terms
'category'//taxonomy
);
$next_link = get_next_post_link(
'%link', //format
'%title', //title
false, //in_same_term
'', //excluded_terms
'category'//taxonomy
);
/* If no links are present do not display this */
if ( null != $prev_link || null != $next_link ) :
?>
>