plat模板修改记录

每个栏目显示文章数

homepage.hph

94行 $loop = new WP_Query('post_type=post&showposts=6&category_name=xianlin'); 

首页显示摘要字数:

functions.php

function cl_excerptlength_folio($length) {
return 17;
}

css,修改首页logo背景色

.box3

去掉首页下面的方框:

homepage -> client div

图片不显示readmore,显示中文”详细信息“。

homepage ->199行

morelink 的css样式

screen.css 181行

mini-post框大小

screen.css -> 183行

screen.css 181行

mini-post框,点击图片不打开图片,打开详细信息的链接。

home-posttypes -> gallery.php -> 30行 ->  修改为<a href="'.get_permalink().'"

去掉gallery页面minipost上面的时间

home-posttypes -> gallery.php -> 55行  注释掉 <p class="meta"><?php the_time('F j, Y') ?></p>

原文地址:https://www.cnblogs.com/todoit/p/4085679.html