-
2003-03-04
b2加入了ReadMore功能
版权声明:转载时请以超链接形式标明文章原始出处和作者信息及本声明
给index.php加入了ReadMore功能:
http://headradio.blogbus.com/logs/525.html
首页只显示每个Blog的前200个字;
只有点击“ReadMore...”链接,才会看到全部内容。
修改方式:
修改b2template.functions.php,添加一个函数:
// zhengyun added for less content:
function get_zy_less_contents() {
$content = get_the_content($more_link_text,$stripteaser,$more_file);
$content = convert_bbcode($content);
$content = convert_gmcode($content);
$content = convert_smilies($content);
$content = convert_chars($content, 'html');
$content = apply_filters('the_content', $content);
echo substr($content,0,200).'
.......';
}
然后修改index.php,
将the_content()改为($p)?the_content():get_zy_less_contents();
即可。
呵呵。随机文章:
统计数据 2003-04-11洛阳第一高级监狱 2003-04-10让b2支持中文的步骤: 2003-03-03关注度和下周备忘 2003-02-23重要财经新闻排行(2003年2月12日-2月18日): 2003-02-23
收藏到:Del.icio.us
引用地址:
medical supplies
Blog:medical supplies2006-06-01 16:45:59hotels
Blog:hotels2006-05-29 07:35:21las vegas
Blog:las vegas2006-05-17 15:56:10lawyer information
Blog:lawyer information2006-03-26 23:26:03lawyer information
Blog:lawyer information2006-03-24 18:53:14Wine Club Specials
Blog:Wine Club Specials2006-03-11 05:46:42Pizza Review Blog
Blog:Pizza Review2006-03-10 15:40:15
引用
下面Blog引用了该文:









评论