Big Bug Ban

兴趣 践行 创新

wordpress 控制摘要长度

 

今天在弄那个党校那个东西的时候遇到的..

网上找了很多方式 都太复杂了

其实要改动还是多简单的

本来输出文章的函数是

<?php the_content();?>

将它改为

<?php echo mb_substr(get_the_excerpt(),0,200,”utf8″).”[…]”;?>

说明一下the_excerpt()是得到摘要

get_the_excerpt()是得到摘要的string 然后再切断..再echo就可以了

Written by princehaku

10月 12th, 2010 at 8:02 上午

Posted in php

Tagged with

without comments

Leave a Reply