描述
固定链接“title”模式将使用文章标题作为“a”元素“id”的属性,“id”模式使用“post-”加上文章ID作为“id”属性。
参数
- $mode
-
(string)(可选) 固定链接模式。接受'title'或'id'。
默认值: 'id'
说明
用法:
permalink_anchor( $type );
源码
更新日志
版本 | 描述 |
---|---|
0.71 | 开始引入 |
使用示例
基本示例
在文章标题旁边插入固定链接锚链接。
<h3><?php permalink_anchor(); ?><?php the_title(); ?></h3>