Comment link
-
I have the next code for the recent comments widget.
<?php echo strip_tags($comment->comment_author); ?>: <a style="margin: 0 0 5px 0;" href="<?php echo get_permalink($comment->ID); ?>#comment-<?php echo $comment->comment_ID; ?>" title="on <?php echo $comment->post_title; ?>"><?php echo wp_html_excerpt( $comment->comment_content, 45 ); ?>... </a>
Comment link does not lead me to comment right. Where is the problem?
This is the blog: https://blogaming.info (look in sidebar at “Comentarii recente” widget).Ps: sorry for my english
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Comment link’ is closed to new replies.