Wordpress Document

Tag Categories

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

Date and Time tags

-

the_date_xml()

投稿日を、YYYY-MM-DD形式で表示します

-

the_date('format', 'before', 'after', echo)

投稿日を表示または返します

'format' : (string)
'before' : (string)
'after' : (string)
echo : (boolean) default: TRUE

the_time('d')

投稿時刻を表示します

'd' : (string) default: Wordpressで設定された時刻用フォーマット

the_modified_date()(version 2.1)

-

-

the_modified_time()

最終更新日または投稿日を返す

-

get_the_time('format')(Version 1.5)

投稿時刻を返します(表示しません)

'format' : (string) default: Wordpressで設定された時刻用フォーマット

single_month_title('prefix', display)

投稿の月・年を表示または返します

'prefix' : (string)
display : (boolean) default: TRUE

get_calendar(daylength)

カレンダーを表示します

daylength : (integer) default: 1

the_weekday()(非推奨)

投稿日の曜日を表示します

-

the_weekday_date('before', 'after')(非推奨)

前の投稿と曜日が違うと、その投稿日の曜日を表示します

'before' : (string)
'after' : (string)