Print Post URL by id
Description
This will print the URL of a specific pot by the id. In this case the post is 2342. change this to the id/post of your choice. If post is deleted then link will need to be updated
This will print the URL of a specific pot by the id. In this case the post is 2342. change this to the id/post of your choice. If post is deleted then link will need to be updated
PHP Source Code
<?php echo esc_url( get_permalink(2342) ); ?>