我正在使用插件自动特色图像自动设置缩略图。并在数据库中显示更新的元缩略图键。
但由于某种原因,它没有显示特色图片。它也没有显示“占位符”。它根本什么都没有显示。
此外,当我尝试在单个页面上查看附件时,它不会显示它。
我怎样才能继续找到问题?如果您需要我数据库上不同表的更多屏幕截图,请询问。我真的很感谢你的时间。
编辑
$meta_values = get_post_meta( $POST_ID, '_thumbnail_id');
error_log(var_dump($meta_values)) //Prints nothing on error log
//Note: $POST_ID is fine, it contains the right id. Problem not there.
编辑2:
if ( has_post_thumbnail($post_parent_id) ){
error_log("THUMB EXISTS". get_post_thumbnail_id($post_parent_id));
}
真的很奇怪的结果:
拇指存在:“空格,根本没有 id 或字符串”....