模板标签-permalink_single_rss()
说明
按 RSS 或Atom 聚合feed形式显示当前文章的永久链接。该标签须在 The Loop 内使用。
用法
<?php permalink_single_rss(‘file’); ?>
示例
在某RSS链接标签中显示永久链接
<link><?php permalink_single_rss(); ?></link>
参数
file
(字符串)链接所指向的页面。默认为当前页面。
分类:中文手册
按 RSS 或Atom 聚合feed形式显示当前文章的永久链接。该标签须在 The Loop 内使用。
<?php permalink_single_rss(‘file’); ?>
在某RSS链接标签中显示永久链接
<link><?php permalink_single_rss(); ?></link>
file
(字符串)链接所指向的页面。默认为当前页面。
分类:中文手册
* 版权声明:作者WordPress啦! 转载请注明出处。