Keep getting same permalink with WP_Query?

Don’t forget to use esc_url()

echo '<a href="'. esc_url( $link ).'">Welcome</a>';

Also try this: get_permalink( get_the_ID() );

Leave a Comment