Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
投稿の途中にアイキャッチ画像を表示したい。私は既に持っています:
<?php if ( has_post_thumbnail() ) { the_post_thumbnail(); } ?>
私のファイルでcontent-single.php。投稿の上部に注目の画像が表示されます。しかし、ブログ投稿の途中にアイキャッチ画像を自動的に表示したいです。そのためのコードをどのように書くことができますか? 誰にもアイデアはありますか?
content-single.php