首页    >    中文手册    >   模板标签-the_title()

模板标签-the_title()

说明

该标签显示或返回当前日志的标题。该标签必须在WordPress主循环(loop)内。

用法

<?php the_title( $before, $after, $display ); ?> 

参数

$before

(字符串)放在标题前的文本。默认为''。

$after

(字符串)放在标题后的文本。默认为''。

$display

(布尔型)显示标题(TRUE)或返回标题以便用于PHP(FALSE)。默认为TRUE。

示例

<?php the_title('<h3>', '</h3>'); ?>

注释

  • 参见:the_title_attribute() , get_the_title()

历史记录

  • 始见于WordPress 0.71版本

源文件

the_title()位于wp-includes/post-template.php

分类:中文手册

* 版权声明:作者WordPress啦! 转载请注明出处。