如何在WordPress中自动在页面中显示页面的特色图像?

Com*_*org 4 wordpress image wordpress-theming wordpress-plugin

我需要你的帮助以下内容.

我为我的页面设置的功能图像不会显示在页面本身中.是否有任何插件或我可以做的事情,以便让我为帖子和页面设置的特色图像显示在相应的条目中?

任何建议都非常感谢!

Rya*_*ter 15

放:

<?php 
if ( has_post_thumbnail() ) {
the_post_thumbnail();
}  ?>
Run Code Online (Sandbox Code Playgroud)

在模板中您希望显示特色图像.