Permanlink to comment in paged comments
-
I’m trying to get the permalink working to comments that are in paged comments.
To describe this:
On the frontpage I have a recent comments list for users. They can click on the link of a comment and directly go to that comment.
The comments are paged to ensure that the loading time is fast.
The problem now lies in the comments done on older comments and thus in the subpages of the total comments collection. For instance on page 5 of the paged comments.
The link would look like this: https://www.domain.com.posttitle/comment-page-1/#comment-38542Now I have the following to get the permalink:
comment_post_ID).'#comment-'.$comment->comment_ID .'" title="'.get_the_title($comment->comment_post_ID).'" rel="nofollow">
How can I get the page ID of comment subpages in there to make the permalink complete? Thanks for the time and help in advance!
- The topic ‘Permanlink to comment in paged comments’ is closed to new replies.