即时文章和重复图像
Instant article and repeating image
我收到了这个普遍变暖:
General Warnings: Repeating Cover Image and First Image: The cover image and the image '9iememaison.quebec_v1xi5heeg9_8dqdz.png' seem to be the same or almost the same image. Please consider removing or replacing one of the images.
所以我上网查了一下,什么也没找到——除了这个:
https://wordpress.org/support/topic/same-image-displayed-twice
"I performed the preg replace on function "get_the_content()" of "class-instant-articles-post.php" 就在返回变量 $this->_content;"
之前
但我的问题是我的封面图片和第一张图片是一样的。我如何删除封面图片,或者以 WordPress 和即时文章之类的方式重命名第一张图片?这是另一张图片,但目前是同一张图片,因为我网站上的特色图片和 post 中的缩略图生成和图片使用都是一样的。我不使用不同的图像,所以最好的方法可能是制作一个 WordPress 函数:
- 复制图像
- 重命名图片
- 将 link 放在 post 中,如果图像已更新,则此图像也会更新。
或者也许我只是想深入了解,有更简单的方法来修复this.I在检查所有即时文章 wp 支持并浏览网络后没有找到它。
如果您经常遇到这种情况,解决此问题的最佳方法可能是通过挂接到插件来完全禁用封面图像。
即使 error/warning 未显示,这也适用。我发现当图像几乎完全相同时它不会显示警告,这很奇怪,只有当它们的大小非常不同但相同时 content/name。
尚未找到禁用封面图片的解决方案。如果我最终不得不创建一个,希望能更新这个。
和一张非常相关的 github 票:
https://github.com/Automattic/facebook-instant-articles-wp/issues/57
我收到了这个普遍变暖:
General Warnings: Repeating Cover Image and First Image: The cover image and the image '9iememaison.quebec_v1xi5heeg9_8dqdz.png' seem to be the same or almost the same image. Please consider removing or replacing one of the images.
所以我上网查了一下,什么也没找到——除了这个:
https://wordpress.org/support/topic/same-image-displayed-twice
"I performed the preg replace on function "get_the_content()" of "class-instant-articles-post.php" 就在返回变量 $this->_content;"
但我的问题是我的封面图片和第一张图片是一样的。我如何删除封面图片,或者以 WordPress 和即时文章之类的方式重命名第一张图片?这是另一张图片,但目前是同一张图片,因为我网站上的特色图片和 post 中的缩略图生成和图片使用都是一样的。我不使用不同的图像,所以最好的方法可能是制作一个 WordPress 函数:
- 复制图像
- 重命名图片
- 将 link 放在 post 中,如果图像已更新,则此图像也会更新。
或者也许我只是想深入了解,有更简单的方法来修复this.I在检查所有即时文章 wp 支持并浏览网络后没有找到它。
如果您经常遇到这种情况,解决此问题的最佳方法可能是通过挂接到插件来完全禁用封面图像。
即使 error/warning 未显示,这也适用。我发现当图像几乎完全相同时它不会显示警告,这很奇怪,只有当它们的大小非常不同但相同时 content/name。
尚未找到禁用封面图片的解决方案。如果我最终不得不创建一个,希望能更新这个。
和一张非常相关的 github 票: https://github.com/Automattic/facebook-instant-articles-wp/issues/57