在本身開發Wordpress主題的時候,發現右下方沒有了以前見到的特點圖片(Featured Image)功能模塊php
在主題的functions.php文件中添加以下代碼:post
// Add theme support for Featured Images add_theme_support('post-thumbnails', array( 'post', 'page', 'custom-post-type-name', ));