wordpress get post url code example
Example 1: wordpress get domain
// WORDPRESS GET SITE URL:
echo get_site_url(); // echo's http://www.yoursitename.com
Example 2: wordpress get link to post by id
get_permalink();
Example 3: wordpress get link
<a href="<?php the_permalink(); ?>">