时间:2024-03-15
WordPress模板标签permalink_anchor输出一个ID为post-ID的空链接,通常用于跳转页面到特定位置,需要用在The Loop主循环中。
permalink_anchor( string $mode = 'id' )
$mode
字符串值,默认值:id
可选的值:
id:空链接的ID值为post-ID,其中ID为文章的ID
title:空链接的ID值为文章别名
<h3><?php permalink_anchor(); ?><?php the_title(); ?></h3>
permalink_anchor()函数位于:wp-includes/link-template.php
相关函数:
get_permalink()
the_permalink()
post_permalink()
permalink_single_rss()
Copyright © 2019-2024 wangyesheji.net