该问题是因为没有标注更新时间的类而导致的,可以通过添加如下代码
<span class="updated"><?php echo get_the_date()." ".get_the_time()</spa[......]该问题是因为没有标注更新时间的类而导致的,可以通过添加如下代码
<span class="updated"><?php echo get_the_date()." ".get_the_time()</spa[......]找到wp-includes的comment-template.php,修改990行的a链接,添加nofollow属性即可[……]