Site icon Qaisar Satti's Blogs

wordpress get post url

Today we talk about WordPress get the post URL. In this tutorial. First you need the post id to get the post url. We will use get_permalink function to get post url.
Let’s start with our example.

$postId =  40;
$postUrl = get_permalink( $id );
Exit mobile version