admin管理员组文章数量:1417097
some problems with importing images.
(1) Upload folder images do not appear in the wordpress media area. The upload folder is already with 755 permission.
(2) Thumbnail do not appear on the site. However, I can access the image by url. The images inside the post usually appear on the site. The problem is only in the thumbnail.
(3) In the post admin, the thumbnail area keeps loading and never leaves it. And change the highlighted image the upload folder photos do not appear.
Images have been manually uploaded to the upload folder as the default wordpress import / export does not work 100%.
Is there anything that can be done in the database to fix? What to do?
some problems with importing images.
(1) Upload folder images do not appear in the wordpress media area. The upload folder is already with 755 permission.
(2) Thumbnail do not appear on the site. However, I can access the image by url. The images inside the post usually appear on the site. The problem is only in the thumbnail.
(3) In the post admin, the thumbnail area keeps loading and never leaves it. And change the highlighted image the upload folder photos do not appear.
Images have been manually uploaded to the upload folder as the default wordpress import / export does not work 100%.
Is there anything that can be done in the database to fix? What to do?
Share Improve this question asked Aug 11, 2019 at 0:35 LSMLSM 1011 Answer
Reset to default 0If you are using custom theme, please add this in the functions.php
:
add_theme_support( 'post-thumbnails' );
本文标签: uploadsimage not display in media library and thumbnail not display in post
版权声明:本文标题:uploads - image not display in media library and thumbnail not display in post 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1745249812a2649753.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论