使wordpress支持自定义类型的特色图像
主题文件 functions.php 中加入代码
add_theme_support('post-thumbnails'); //为post_type_name设置特色图 add_post_type_support('post_type_name', 'thumbnail');
更多阅读
主题文件 functions.php 中加入代码
add_theme_support('post-thumbnails'); //为post_type_name设置特色图 add_post_type_support('post_type_name', 'thumbnail');