Informations
This code get/display the permalink (url) of the current post.
Code
// Display the permalink
<?php the_permalink(); ?>
// Get the permalink
<?php get_permalink(); ?>
This code get/display the permalink (url) of the current post.
// Display the permalink
<?php the_permalink(); ?>
// Get the permalink
<?php get_permalink(); ?>