wordpress direct comment link ?
-
Hello. I am using this code:
$message .= get_permalink($comment->comment_post_ID). “#comment-” . $comment->comment_ID.” comment approved: \n\n”;
The output of this code is: site.com/test/#comment-318143
But this is not a direct comment link. It’s wrong. Because I paged the comments. It should be output like this.
site.com/test/comment-page-page number/#comment-341644
I tried this, but it didn’t. How can I do?
<?php echo get_comment_link($comment->comment_ID); ?>
thanks
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
The topic ‘wordpress direct comment link ?’ is closed to new replies.