当前位置: 首页 > Web与应用 > 正文

11.24更新

修改archive.php和search.php文件

 

个人还是比较喜欢老样式的。将index.php和archive.php以及search.php文件中如下段替换成1.4版本的。

搜索内容:

<div class=”entry_post”><?php
if(is_singular()){the_content();}else{
$pc=$post->post_content;
$st=strip_tags(apply_filters(‘the_content’,$pc));
if(has_excerpt())
the_excerpt();
elseif(preg_match(‘/<!–more.*?–>/’,$pc) || mb_strwidth($st)<300)
the_content(”);
elseif(function_exists(‘mb_strimwidth’))
echo'<p>’
.mb_strimwidth($st,0,300,’ …’)
.'</p>’;
else the_content();
}?><span class=”more”><a href=”<?php the_permalink() ?>” title=”详细阅读 <?php the_title(); ?>” rel=”nofollow”>阅读全文</a></span></div>

替换内容:

<div class=”entry_post”><span><?php echo mb_strimwidth(strip_tags(apply_filters(‘the_content’, $post->post_content)), 0, 365,”…”); ?></span><span class=”more”><a href=”<?php the_permalink() ?>” title=”详细阅读 <?php the_title(); ?>” rel=”bookmark”>阅读全文</a></span></div>

[分享]Weisay Simple 1.61版本首页断章回归老样式:等您坐沙发呢!

发表评论