当前位置:首页
> 2013年7月21日
WordPress3.5 修改默认摘要the_excerpt()的长度
在wp-includes目录下找到formatting.php,里面有这样一个函数: function wp_trim_excerpt($text = '') { $raw_excerpt = $text; if ( '' == $text ) { $text = get_the_content(''); $text = strip_shortcodes( $text );...