老张博客的评论框是放在评论列表下面的,有博友反映说每次评论都要拖鼠标麻烦,今天改了把评论框放到文章底部,但是没多用就被我改回来了。发现如果评论框放在文章底部即评论列表上部的话,有些博友就很难去看其他博友的评论,减少了互动的机会。如果说拖鼠标麻烦的话,可以点击右下解图标直接跳到评论框。
附修改方法:
打开主题文件的comments.php文件,找到
,即45行起选中剪切至130,粘贴至22行处。代码附上。
<?php
/**
- The template for displaying Comments
* - If the current post is protected by a password and
- the visitor has not yet entered the password we will
- return early without loading the comments.
*/
if ( post_password_required() ) {
return;
}
?>
最后修改:2024 年 06 月 06 日
© 允许规范转载
《' . get_the_title() . '》留言数:'.number_format_i18n( get_comments_number() ).''; ?>