1.在模版中加入recent_comments.php文件,其代码如下:
comment_post_ID); $comm_link = get_comment_link($comment->comment_ID); $comm_comm_temp = get_comment($comment->comment_ID,ARRAY_A); $comm_content = $comm_comm_temp['comment_content']; ?>
2.然后在sidebar.php你想要显示的位置中插入: