Answers for "wordpress get_permalink by category id"

PHP
3

wordpress get_permalink

// Get post permalink (you can use it inside a wp_query loop)
<?php the_permalink(); ?>
// or
<?php $link = get_the_permalink(); ?>
Posted by: Guest on February-25-2021

Code answers related to "wordpress get_permalink by category id"

Browse Popular Code Answers by Language