WordPress在RSS页面输出文章标题函数:the_title_rss

WordPress模板函数the_title_rss用于RSS页面输出文章标题,一般用在The Loo主循环。…

WordPress模板函数the_title_rss用于RSS页面输出文章标题,一般用在The Loo主循环。

the_title_rss()

使用示例:

<item>
    <title><?php the_title_rss(); ?></title>
</item>

扩展阅读

the_title_rss()函数位于:wp-includes/feed.php

相关函数:

  • the_ID()
  • get_the_ID()
  • the_title()
  • the_title_attribute()
类别:WordPress函数讲解

本文收集自互联网,转载请注明来源。
如有侵权,请联系 wper_net@163.com 删除。

评论 (0)COMMENT

登录 账号发表你的看法,还没有账号?立即免费 注册