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开发的大男孩
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
相关函数:
本站文章均为原创,码字非常不容易,转载请注明原文出处,给苦逼的作者保留一点创作动力。