Hyperlinked Comment URL not working since update
-
Hi,
i’ve been using this plugin for a while with the following code to put a link to the post that a comment author made their comment on:
Hi [name]
Thank you for your comment at MyWebsite
<a href="[snip]<?php $comment = get_comment($comment_ID, OBJECT); echo get_permalink($comment->comment_post_ID); ?>[/snip]">on this post</a>.
Since the upgrade it has stopped working and using the shortcode [comment_URL] just inserts the line “https://www.mywebsite.com/uncategorized/sample-post-title/#comment-180” in to the email which is not hyperlinked.
Can anyone advise on how to get a clickable link to the post someone commented on to appear in the email?
Thanks
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Hyperlinked Comment URL not working since update’ is closed to new replies.