当前位置:首页 > 云计算 > 正文内容

WordPress获取文章的Feed标题函数:get_the_title_rss

2022-05-31 08:14:25云计算6

WordPress函数get_the_title_rss用于获取文章的Feed标题,该函数没有可用的参数。

get_the_title_rss()

使用示例

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

扩展阅读

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

相关函数:

  • the_title_rss()
  • get_the_title()

本网站文章仅供交流学习 ,不作为商用, 版权归属原作者,部分文章推送时未能及时与原作者取得联系,若来源标注错误或侵犯到您的权益烦请告知,我们将立即删除.

本文链接:https://www.xibujisuan.cn/22752.html

标签: WordPress