link as footer of post
-
Dear all,
Such as “Edit” link or “Leave a comment” link, I need to put my pdf link as footer of post per post.I found edit_post_link function and put into my footer as a link :
<?php edit_post_link( __( 'EPUB', 'twentyfifteen' ), ' <span >', '</span>' ); ?>
But my question is how to dynamically generate a link per post?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘link as footer of post’ is closed to new replies.