Answers for "get the url of a post"

PHP
0

wordpress get link to post by id

get_permalink();
Posted by: Guest on October-17-2020
0

wordpress get link

<a href="<?php the_permalink(); ?>">
Posted by: Guest on May-21-2020

Code answers related to "get the url of a post"

Browse Popular Code Answers by Language