Wordpress Document

Author tags

Category tags

Comment tags

Date and Time tags

General tags

Geo tags

Link tags

Links Manager tags

Permalink tags

Post tags

Trackback tags

WP/PHP General

the_title

概要

現在の投稿のタイトルを表示または返します

用法

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

引数

daylength (integer)

表示する曜日(英語表記)の文字数を指定
1: 'S'unday
2: 'Su'nday
3: 'Sun'day

before (string)

タイトルの前に表示するテキスト

after (string)

タイトルの後に表示するテキスト

display (Boolean)

(TRUE)
タイトルを表示します (デフォルト)
(FALSE)
タイトルをPHPで使用するように返します

用例

-