模板标签-permalink_single_rss()
说明
按 RSS 或Atom 聚合feed形式显示当前文章的永久链接。该标签须在 The Loop 内使用。
用法
<?php permalink_single_rss('file'); ?>
示例
在某RSS链接标签中显示永久链接
<link><?php permalink_single_rss(); ?></link>
参数
file
(字符串)链接所指向的页面。默认为当前页面。
相关资源
关于常规页面模板中的永久链接,推荐使用 the_permalink()代替该函数。
permalink_anchor, get_permalink, the_permalink, permalink_single_rss
分类:中文手册