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

Post tags

-

the_ID()

現在の投稿のID番号を表示します

-

the_title('before', 'after', display)

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

before : (string)
after : (string)
display : (boolean) default: TRUE

single_post_title('prefix', display)

パーマリンクページ(1つの投稿だけのページ)表示中にその投稿のタイトルを表示または返します

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

the_title_rss()

現在の投稿のタイトルをRSS形式で表示します

-

the_content('more_link_text', strip_teaser, 'more_file')

現在の投稿の内容を表示します

more_link_text : (string) default: '(more ...)'
strip_teaser : (boolean) default: FALSE
more_file : (string) default: 現在のファイル (version2.0で廃止)

the_content_rss('more_link_text', strip_teaser, 'more_file', cut, encode_html)

現在の投稿の内容をRSS形式で表示します

more_link_text : (string) default: '(more ...)'
strip_teaser : (boolean) default: FALSE
more_file : (string) default: 現在のファイル
cut : (integer) default: 0
encode_html : 0 | 1 | 2

the_excerpt()

現在のページの引用を表示します

-

the_excerpt_rss()

現在のページの引用をRSS形式で表示します

-

previous_post_link('format', 'link', in_same_cat, 'excluded_categories')

前のページへのパーマリンクを表示します

format : (string) default: '« %link'
link : (string) default: '%title'
in_same_cat : (boolean) default: FALSE
excluded_categories : (string)

previous_post('format', 'previous', 'title', in_same_cat, limitprev, excluded_category)(Deprecated)

前のページへのパーマリンクを表示します

format : (string) default: 'Go to %'
previous : (string) default: 'previous post: '
title : 'yes' | 'no'
in_same_cat : 'no' | 'yes'
excluded_categories : (integer | string)

next_post_link('format', 'link', in_same_cat, 'excluded_categories')

次のページへのパーマリンクを表示します

format : (string) default: '« %link'
link : (string) default: '%title'
in_same_cat : (boolean) default: FALSE
excluded_categories : (string)

next_post('format', 'previous', 'title', in_same_cat, limitprev, excluded_category)(Deprecated)

次のページへのパーマリンクを表示します

format : (string) default: 'Go to %'
next : (string) default: 'next post: '
title : 'yes' | 'no'
in_same_cat : 'no' | 'yes'
excluded_categories : (integer | string)

前のページ、および次のページへのリンクを表示します

sep : (string) default: ' -- '
prelabel : (string) default: '« Previous Page'
nxtlabel : (string) default: 'Next Page »'