- 赤色のリンクは、まだ日本語Codexに存在しないページ・画像です。英語版と併せてご覧ください。(詳細)
テンプレートタグ
提供: WordPress Codex 日本語版
このページは最新情報に追随して更新されていません。 最新のテンプレートタグ一覧についてはコードリファレンス (英語版) をご確認ください。
目次
テンプレートタグは、ブログのデータを動的に表示したり、個性的で面白いブログにカスタマイズしたりするときに、テンプレートの中で使います。下記は、WordPress で使える一般ユーザー向けタグの機能別一覧です。
テンプレートタグとテンプレートについての詳しい情報については、次のページをご覧ください。
- テンプレートタグ入門
- テンプレートタグ大解剖
- テンプレートタグへのパラメータの渡し方 (パラメータの使い方の詳細)
- インクルードタグ (テンプレートファイルを他のテンプレートファイルに読み込むための、下記には載っていないタグ)
- 条件分岐タグ (ページの状況に応じて処理を変えたいときに使える、下記には載っていないタグ)
- 関数リファレンス (その他の関数)
- 非推奨の関数 (非推奨になったその他の関数)
- テンプレート (テンプレート、テーマ、タグの包括的なリスト)
- WordPress サイトデザイン リファレンス (テーマ・テンプレート・タグに関するページの総覧)
各テンプレートタグの使い方を工夫したら、他の WordPress ユーザーのために、ぜひそのタグのページに用例として書き込んでください。
ファイル
テンプレートタグファイルは wp-includes
ディレクトリに格納されています。他の WordPress ファイルと区別するため、"-template.php" 接尾辞がつけられています。以下が9個のテンプレートタグファイルです。
-
wp-includes/general-template.php
-
wp-includes/author-template.php
-
wp-includes/bookmark-template.php
-
wp-includes/category-template.php
-
wp-includes/comment-template.php
-
wp-includes/link-template.php
-
wp-includes/post-template.php
-
wp-includes/post-thumbnail-template.php
-
wp-includes/nav-menu-template.php
タグ
wp-includes/general-template.php
- get_header()
- get_footer()
- get_sidebar()
- get_template_part()
- get_search_form()
- wp_loginout()
- wp_logout_url()
- wp_login_url()
- wp_login_form()
- wp_lostpassword_url()
- wp_register()
- wp_meta()
- bloginfo()
- get_bloginfo()
- get_current_blog_id()
- wp_title()
- single_post_title()
- post_type_archive_title()
- single_cat_title()
- single_tag_title()
- single_term_title()
- single_month_title()
- get_archives_link()
- wp_get_archives()
- calendar_week_mod() /en
- get_calendar()
- delete_get_calendar_cache() /en
- allowed_tags() /en
- wp_enqueue_script()
wp-includes/author-template.php
- the_author()
- get_the_author()
- the_author_link()
- get_the_author_link()
- the_author_meta()
- the_author_posts()
- the_author_posts_link()
- wp_dropdown_users()
- wp_list_authors()
- get_author_posts_url()
wp-includes/bookmark-template.php
と wp-includes/bookmark.php
wp-includes/category-template.php
- category_description()
- single_cat_title()
- the_category()
- the_category_rss()
- wp_dropdown_categories()
- wp_list_categories()
- single_tag_title()
- tag_description()
- the_tags()
- wp_generate_tag_cloud()
- wp_tag_cloud()
- term_description()
- single_term_title()
- get_the_term_list()
- the_terms()
- the_taxonomies()
wp-includes/comment-template.php
- cancel_comment_reply_link()
- comment_author()
- comment_author_email()
- comment_author_email_link()
- comment_author_IP()
- comment_author_link()
- comment_author_rss()
- comment_author_url()
- comment_author_url_link()
- comment_class()
- comment_date()
- comment_excerpt()
- comment_form_title() / en
- comment_form()
- comment_ID()
- comment_id_fields() / en
- comment_reply_link()
- comment_text()
- comment_text_rss()
- comment_time()
- comment_type()
- comments_link()
- comments_number()
- comments_popup_link()
- comments_popup_script()
- comments_rss_link()
- get_avatar()
- next_comments_link()
- paginate_comments_links()
- permalink_comments_rss()
- previous_comments_link()
- wp_list_comments()
- the_permalink()
- user_trailingslashit() / en
- permalink_anchor()
- get_permalink()
- get_post_permalink()
- post_permalink() / en
- get_page_link()
- get_attachment_link()
- wp_shortlink_header() /en
- wp_shortlink_wp_head() /en
- edit_bookmark_link() / en
- edit_comment_link()
- edit_post_link()
- get_edit_post_link() / en
- get_delete_post_link() / en
- edit_tag_link()
- get_admin_url() / en
- get_home_url()
- get_site_url()
- home_url()
- site_url()
- get_search_link() / en
- get_search_query() / en
- the_feed_link() / en
- body_class()
- next_image_link() / en
- next_post_link()
- next_posts_link()
- post_class()
- post_password_required()
- posts_nav_link()
- previous_image_link() / en
- previous_post_link()
- previous_posts_link() / en
- single_post_title()
- sticky_class() (非推奨)
- the_category()
- the_category_rss()
- the_content()
- the_content_rss()
- the_excerpt()
- the_excerpt_rss()
- the_ID()
- the_meta()
- the_tags()
- the_title()
- get_the_title() / en
- the_title_attribute()
- the_title_rss()
- wp_link_pages()
- get_attachment_link()
- wp_get_attachment_link()
- the_attachment_link()
- the_search_query()
- is_attachment()
- wp_attachment_is_image()
- wp_get_attachment_image()
- wp_get_attachment_image_src()
- wp_get_attachment_metadata()
- get_the_date()
- single_month_title()
- the_date()
- the_date_xml()
- the_modified_author()
- the_modified_date()
- the_modified_time()
- the_time()
- the_shortlink()
- wp_get_shortlink() / en
wp-includes/post-thumbnail-template.php
wp-includes/nav-menu-template.php
リソース
最新英語版: WordPress Codex » Template Tags (最新版との差分)