テンプレート関数 - tkc310/wpenv_vite GitHub Wiki

Refs

https://webgaku.net/jp/wordpress/template-tag/

記事周り

  • have_posts: 記事の存在判定
  • the_post: 記事データの呼び出し
  • the_permalink: 記事リンク
  • the_post_thumbnail: 記事画像タグ (imgタグ付き)
  • get_the_post_thumbnail_url: 記事画像URL
  • the_title
  • the_excerpt
  • the_content
  • the_posts_pagination: ページネーション

検索フォーム

  • get_search_form(): searchform.php が読み込まれる

ショートコード

contact form 7 などで利用する

<?php echo do_shortcode('[ショートコードの文字列]'); ?>