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