土小帽 发表于 2023-11-3 18:41:13

WP首页只显示标题

找到目录下的excerpt.php,再找到:_hui('post_plugin_date'以及这一整段的输出代码删除,或者注释掉,复制echo '<time>...这一串输出代码粘贴到echo '<h2><a'._post_target_blank().'的最后保存即可。

css:

.excerpt time, .excerpt .pv, .excerpt .pc, .excerpt .author {
    float: right;
    font-size: 12px;
    line-height: 20px

然后注释掉 f( $excp ) echo '<p class="note">'.$excp.'</p>
页: [1]
查看完整版本: WP首页只显示标题