WordPress: Get permalink outside the loop

Written by

in

$ID = $wp_query->post->ID;
$permalink = get_permalink($ID);

Adapted from Skippy.