让wordpress只显示文章摘要
xuanran on 11 15th 2007
基实很简单,不需要使用任何插件,WordPress2。2已经内置了此函数即可the_excerpt();
只在想显示摘要的地方加下面这个函数即可the_excerpt();
<?php the_excerpt(); ?>
Filed in WordPress | 2 responses so far
xuanran on 11 15th 2007
基实很简单,不需要使用任何插件,WordPress2。2已经内置了此函数即可the_excerpt();
只在想显示摘要的地方加下面这个函数即可the_excerpt();
<?php the_excerpt(); ?>
Filed in WordPress | 2 responses so far
knight34 1 20th 2008 at 02:10 下午 1
请问如果要让显示整编文章变成只显示摘要要怎么弄呢?
让wordpress只显示文章摘要 7 6th 2008 at 12:13 上午 2
[...] 让wordpress只显示文章摘要 [...]