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' );
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1745249813a4618608.html
评论列表(0条)