テンプレートタグの完全リスト

テンプレートタグファイルは wp-includes ディレクトリに保存されています。ファイルの接尾辞は「-template.php」で、他のWordPressファイルと区別されています。テンプレートタグファイルは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

タグ

一般タグ

  1. - [get_header()](https://developer.wordpress.org/reference/functions/get_header/)
  2. - [get_footer()](https://developer.wordpress.org/reference/functions/get_footer/)
  3. - [get_sidebar()](https://developer.wordpress.org/reference/functions/get_sidebar/)
  4. - [get_template_part()](https://developer.wordpress.org/reference/functions/get_template_part/)
  5. - [get_search_form()](https://developer.wordpress.org/reference/functions/get_search_form)
  6. - [wp_loginout()](https://developer.wordpress.org/reference/functions/wp_loginout/)
  7. - [wp_logout_url()](https://developer.wordpress.org/reference/functions/wp_logout_url/)
  8. - [wp_login_url()](https://developer.wordpress.org/reference/functions/wp_login_url/)
  9. - [wp_login_form()](https://developer.wordpress.org/reference/functions/wp_login_form/)
  10. - [wp_lostpassword_url()](https://developer.wordpress.org/reference/functions/wp_lostpassword_url/)
  11. - [wp_register()](https://developer.wordpress.org/reference/functions/wp_register/)
  12. - [wp_meta()](https://developer.wordpress.org/reference/functions/wp_meta/)
  13. - [bloginfo()](https://developer.wordpress.org/reference/functions/bloginfo/)
  14. - [get_bloginfo()](https://developer.wordpress.org/reference/functions/get_bloginfo/)
  15. - [get_current_blog_id()](https://developer.wordpress.org/reference/functions/get_current_blog_id)
  16. - [wp_title()](https://developer.wordpress.org/reference/functions/wp_title)
  17. - [single_post_title()](https://developer.wordpress.org/reference/functions/single_post_title)
  18. - [post_type_archive_title()](https://developer.wordpress.org/reference/functions/post_type_archive_title)
  19. - [single_cat_title()](https://developer.wordpress.org/reference/functions/single_cat_title)
  20. - [single_tag_title()](https://developer.wordpress.org/reference/functions/single_tag_title)
  21. - [single_term_title()](https://developer.wordpress.org/reference/functions/single_term_title)
  22. - [single_month_title()](https://developer.wordpress.org/reference/functions/single_month_title)
  23. - [get_archives_link()](https://developer.wordpress.org/reference/functions/get_archives_link)
  24. - [wp_get_archives()](https://developer.wordpress.org/reference/functions/wp_get_archives)
  25. - [calendar_week_mod()](https://developer.wordpress.org/reference/functions/calendar_week_mod)
  26. - [get_calendar()](https://developer.wordpress.org/reference/functions/get_calendar)
  27. - [delete_get_calendar_cache()](https://developer.wordpress.org/reference/functions/delete_get_calendar_cache/)
  28. - [allowed_tags()](https://developer.wordpress.org/reference/functions/allowed_tags/)
  29. - [wp_enqueue_script()](https://developer.wordpress.org/reference/functions/wp_enqueue_script)
  30. <a name="author-tags"></a>
  31. ### 著者タグ
  32. `````wp-includes/author-template.php

ブックマークタグ

wp-includes/bookmark-template.phpwp-includes/bookmark.php

カテゴリータグ

  1. - [category_description()](https://developer.wordpress.org/reference/functions/category_description)
  2. - [single_cat_title()](https://developer.wordpress.org/reference/functions/single_cat_title)
  3. - [the_category()](https://developer.wordpress.org/reference/functions/the_category)
  4. - [the_category_rss()](https://developer.wordpress.org/reference/functions/the_category_rss)
  5. - [wp_dropdown_categories()](https://developer.wordpress.org/reference/functions/wp_dropdown_categories)
  6. - [wp_list_categories()](https://developer.wordpress.org/reference/functions/wp_list_categories/)
  7. - [single_tag_title()](https://developer.wordpress.org/reference/functions/single_tag_title)
  8. - [tag_description()](https://developer.wordpress.org/reference/functions/tag_description)
  9. - [the_tags()](https://developer.wordpress.org/reference/functions/the_tags)
  10. - [wp_generate_tag_cloud()](https://developer.wordpress.org/reference/functions/wp_generate_tag_cloud)
  11. - [wp_tag_cloud()](https://developer.wordpress.org/reference/functions/wp_tag_cloud)
  12. - [term_description()](https://developer.wordpress.org/reference/functions/term_description)
  13. - [single_term_title()](https://developer.wordpress.org/reference/functions/single_term_title)
  14. - [get_the_term_list()](https://developer.wordpress.org/reference/functions/get_the_term_list)
  15. - [the_terms()](https://developer.wordpress.org/reference/functions/the_terms)
  16. - [the_taxonomies()](https://developer.wordpress.org/reference/functions/the_taxonomies)
  17. <a name="comment-tags"></a>
  18. ### コメントタグ
  19. `````wp-includes/comment-template.php

リンクタグ

  1. - [the_permalink()](https://developer.wordpress.org/reference/functions/the_permalink)
  2. - [user_trailingslashit()](https://developer.wordpress.org/reference/functions/user_trailingslashit)
  3. - [permalink_anchor()](https://developer.wordpress.org/reference/functions/permalink_anchor)
  4. - [get_permalink()](https://developer.wordpress.org/reference/functions/get_permalink)
  5. - [get_post_permalink()](https://developer.wordpress.org/reference/functions/get_post_permalink)
  6. - [get_page_link()](https://developer.wordpress.org/reference/functions/get_page_link)
  7. - [get_attachment_link()](https://developer.wordpress.org/reference/functions/get_attachment_link)
  8. - [wp_shortlink_header()](https://developer.wordpress.org/reference/functions/wp_shortlink_header/)
  9. - [wp_shortlink_wp_head()](https://developer.wordpress.org/reference/functions/wp_shortlink_wp_head/)
  10. - [edit_bookmark_link()](https://developer.wordpress.org/reference/functions/edit_bookmark_link)
  11. - [edit_comment_link()](https://developer.wordpress.org/reference/functions/edit_comment_link)
  12. - [edit_post_link()](https://developer.wordpress.org/reference/functions/edit_post_link)
  13. - [get_edit_post_link()](https://developer.wordpress.org/reference/functions/get_edit_post_link/)
  14. - [get_delete_post_link()](https://developer.wordpress.org/reference/functions/get_delete_post_link)
  15. - [edit_tag_link()](https://developer.wordpress.org/reference/functions/edit_tag_link)
  16. - [get_admin_url()](https://developer.wordpress.org/reference/functions/get_admin_url)
  17. - [get_home_url()](https://developer.wordpress.org/reference/functions/get_home_url)
  18. - [get_site_url()](https://developer.wordpress.org/reference/functions/get_site_url)
  19. - [home_url()](https://developer.wordpress.org/reference/functions/home_url)
  20. - [site_url()](https://developer.wordpress.org/reference/functions/site_url)
  21. - [get_search_link()](https://developer.wordpress.org/reference/functions/get_search_link)
  22. - [get_search_query()](https://developer.wordpress.org/reference/functions/get_search_query)
  23. - [the_feed_link()](https://developer.wordpress.org/reference/functions/the_feed_link)
  24. - [the_privacy_policy_link()](https://developer.wordpress.org/reference/functions/the_privacy_policy_link/)
  25. - [get_the_privacy_policy_link()](https://developer.wordpress.org/reference/functions/get_the_privacy_policy_link/)
  26. <a name="post-tags"></a>
  27. ### 投稿タグ
  28. `````wp-includes/post-template.php

投稿サムネイルタグ

  1. - [has_post_thumbnail()](https://developer.wordpress.org/reference/functions/has_post_thumbnail)
  2. - [get_post_thumbnail_id()](https://developer.wordpress.org/reference/functions/get_post_thumbnail_id)
  3. - [the_post_thumbnail()](https://developer.wordpress.org/reference/functions/the_post_thumbnail)
  4. - [get_the_post_thumbnail()](https://developer.wordpress.org/reference/functions/get_the_post_thumbnail)
  5. <a name="navigation-menu-tags"></a>
  6. ### ナビゲーションメニュータグ
  7. `````wp-includes/nav-menu-template.php

関連情報