Hyperlinked Comment URL not working since update
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.
The topic ‘Hyperlinked Comment URL not working since update’ is closed to new replies.
(@footyblogger)
13 years, 1 month ago
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 “http://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
http://wordpress.org/extend/plugins/thank-me-later/