WordPress输出RSS文章摘要标签:the_excerpt_rss

WordPress模板标签the_excerpt_rss用于输出RSS格式化的文章摘要,需要用在The Loop主循环里。如果当前文章有填写“摘要”,the_excerpt_rss()函数输出这个摘要内容,否则自动截断文章内容的前55个字数,中文一个汉字只算作一个字数。

the_excerpt_rss()

使用示例:

<description><?php the_excerpt_rss(); ?></description>
hmoban主题是根据ripro二开的主题,极致后台体验,无插件,集成会员系统
自学咖网 » WordPress输出RSS文章摘要标签:the_excerpt_rss