WordPress:Template Tags/the title rss

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

Description

Displays the title of the current post, formatted for RSS. This tag must be within WordPress:The Loop.

Usage

%%% <?php the_title_rss(); ?> %%%

Example

Displays the post title in an RSS title tag.

<item>
    <title><?php the_title_rss(); ?></title>

Parameters

This tag has no parameters.

Related

模板:Tag Post Tags

模板:No Param Tag Footer