redirect2

[insert_php]

$post_id = 316;
$url = get_permalink( $post_id );
echo $url;
wp_redirect($url);

[/insert_php]