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模板标签the_title_rss用于RSS页面输出文章标题,一般用在The Loo主循环。
the_title_rss()
使用示例:
<item> <title><?php the_title_rss(); ?></title> </item>
the_title_rss()函数位于:wp-includes/feed.php
相关函数:
一个热爱Web开发的大男孩