简体   繁体   English

WordPress主题后端管理面板部分功能图像不会出现?

[英]WordPress Theme backend admin panel section feature image doesn't appear?

I have a WordPress theme name Perth Pro. 我有一个WordPress主题名称Perth Pro。 I have edited this to create home page. 我编辑了这个来创建主页。 But when I edit the employee section in the back end admin panel following properties doesn't appears ie - Featured Image - Categories and some other feature for edit the employee section. 但是,当我在后端管理面板中编辑员工部分时,未显示以下属性,即 - 特色图像 - 类别和其他一些用于编辑员工部分的功能。 Can i get help? 我可以得到帮助吗?

Seems that the employee is post type, which does not allow thumbnail image [ ie Featured Image ]. 似乎员工是帖子类型,不允许缩略图 [即特色图片]。 You may need to change the code where the Post Type is defined : Just check and add the following : 您可能需要更改定义Post Type的代码:只需检查并添加以下内容:

'supports'              => array( 'title','thumbnail','editor')

May in your code 'thumbnail' is missing, please add that. 可能在您的代码“缩略图”中丢失,请添加。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM