WordPress:Template Tags/the title
来自站长百科
目录 |
描述
显示或者返回当前文章的标题。必须在The Loop内使用这个标签。
用法
%%% <?php the_title('before', 'after', display); ?> %%%
例子
<?php the_title('<h3>', '</h3>'); ?>
参数
- before
- (string)标题之前放置的文本。默认为''。
- after
- (string) 标题之后放置的文本。默认为''。
- display
- (Boolean) 显示标题(TRUE)或者将标题返回,用在PHP中(FALSE)。默认为TRUE。
相关的
the_ID, the_title, the_title_attribute, single_post_title, the_title_rss, the_content, the_content_rss, the_excerpt, the_excerpt_rss, previous_post_link, next_post_link, posts_nav_link, the_meta,