Hi. how can i get the permalink if i have the id ? This doesn't work
<?php $id = $post->ID; ?>
<a href="<?php get_post_permalink ( '$id' , $leavename = false, $sample = false ) ?>
? Thanks
Hi. how can i get the permalink if i have the id ? This doesn't work
<?php $id = $post->ID; ?>
<a href="<?php get_post_permalink ( '$id' , $leavename = false, $sample = false ) ?>
? Thanks
You want to be using get_permalink() instead.
You must log in to post.