“Media Library” shows as empty, despite images being present
“Media Library” shows as empty, despite images being present
“Media Library” shows as empty, despite images being present
The post_max_size line was still set to 16M. I set it to match upload_max_filesize and the file uploaded without error.
Trying WP editor to load full size image (not ‘300×300’)
add_attachment hook not firing on certain devices
How to Upload a media item with alt text and description
Simplifying ‘Add Media’ Modal in front-end Content Editor
Changing upload directory temporarily
wp media uploader and ID3 tags
Line 4139 of post.php in WP 6.2 branch has the error message, Content, title, and excerpt are empty.. Reviewing the previous lines of code, it should be excluded for attachments, but there may be a callback applied to the wp_insert_post_empty_content filter which is requiring attachments to also have content, title, and excerpt. Use Query Monitor … Read more
You should register the post type from the old theme, all the posts are still there in the database WordPress just doesn’t know to look for them. Use the register_post_type with the same slug/post type name, and your old portfolio posts will reappear, no need to detach and re-attach to new pages