WordPress 2.91首页显示摘要的方法

好久都没用过插件了,还有点玩不转…哎

还好,有点点感觉了….

首先需要用到的插件是 中文WordPress 工具箱

在控制面板里有的哈,也可到桑林志的博客去下,呵呵,启用插件

准备就绪,

打开编辑模板里的index.php找到类似的一段代码

<?php the_content(‘Read the rest of this entry &raquo;’); ?>
然后替换成
<?php the_excerpt(); ?>
保存,OK…
预览博客首页,是不是觉得摘要有点短哈,插件-编辑中文WordPress工具箱
查找mul_excerpt
就可看到这段代码$myexcerpt = substr($excerpt,0,255);
根据自己的需要,修改255…
—————————————————————-
呵呵,如果想首页第一篇显示全文,而其他文章显示摘要,把<?php the_excerpt(); ?>修改为
<?php if (!$first){
        $first = 1;
        $more = 1;
        the_content();
        $more = 0;
}
else {
        the_excerpt();
}?>
OK,搞定…
    • Jun
    • 01月 25th, 2010

    额…竟然没人光临…

    • Atmomohar
    • 07月 20th, 2010

    Hi,
    I am Dorothy and I am a Music event Organizer.
    I do know , really a lot of DJ’s have quite a problem, discovering the suitable Plan for their next Music event!
    Well, how about flight simulator to insure that it is a real hit?

    Look at this website! You can book flight simulator for nice prices!
    flight simulator!

    Have fun at your upcoming Music event, Dorothy

  1. 这个有点OUT了。

  1. 还没有引用通告。