如何检查WordPress上是否有张贴缩略图功能图片?

时间:2019-06-02 作者:Amin Arjmand

在我的wordpress网站上,我有一些帖子,它们都有帖子缩略图,但它们的帖子缩略图已从主机上删除,现在当我想在网站上加载它们时,没有可加载到用户的图像,
我想知道如何设置,如果删除特征图像,则显示默认图像
谢谢

1 个回复
最合适的回答,由SO网友:Krzysiek Dróżdż 整理而成

这里的主要问题是到底删除了什么。如果只有缩略图,那么您总是可以重新生成它们,一切都应该正常。

如果缺少所有文件,则可以使用以下代码检查是否缺少附加文件:

if ( file_exists( get_attached_file ( get_post_thumbnail_id( $post_id ) ) ) {
    // file exists
} else {
    // file doesn’t exist
}
您还可以使用wp_attachment_is_image 功能:

if ( wp_attachment_is_image ( get_post_thumbnail_id( $post_id ) ) {
    // file exists
} else {
    // file doesn’t exist
}

相关推荐

https images not displaying

Setup嗨,伙计们!我有个奇怪的问题。我正在使用安装了ssl证书的wordpress Premium BeTheme。Problem问题是,虽然图像是用https上传到网站上的,但它们没有显示出来。如果我手动将图像的URL从https切换到http,它们就会开始显示。What I have done?我尝试过在internet上卸载ssl证书和几乎所有的解决方案,但都没有解决。Here is the URL of the website : https://uptimeelite.com/