10th,五月,2009

在WordPress首页和目录页显示摘要插件wp-utf8-excerpt

In your theme directory, edit the index.php file by changing

<?php the_content(); ?>

to

<?php
        if (is_single() or is_page()) {
            the_content();
        } else {
            the_excerpt();
        }
    ?>

评论暂缺 »

还没有任何评论。

这篇文章上的评论的 RSS feed TrackBack URL

留下评论