WordPress:Template Tags/trackback url

来自站长百科
Xxf3325讨论 | 贡献2008年6月27日 (五) 11:30的版本 (新页面: == Description == Displays or returns the trackback URL for the current post. This tag must be within WordPress:The Loop. == Usage == %%% <?php t...)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳转至: 导航、​ 搜索

Description

Displays or returns the trackback URL for the current post. This tag must be within WordPress:The Loop.

Usage

%%% <?php trackback_url(display); ?> %%%

Example

<p>Trackback URL for this post: <?php trackback_url(); ?></p>

Parameters

display
(boolean) Display the URL (TRUE), or to return it for use in PHP (FALSE). Defaults to TRUE.

Related

模板:Tag Trackback Tags

模板:Tag Footer