Add preview in admin
-
Hi,
It’s possible to integrate the preview from the image in admin thumbnail block after upload ?
Because, if we use the get_the_post_thumbnail($attachment_id) function in theme, in the admin post edit, we don’t know if the post have some thumbnails.
I try something in your plugin :
Replace the line :
update_post_meta($attachmentId, '_thumbnail_id', $thumbnailId);
by
update_post_meta($pdfAttachment->post_parent, '_thumbnail_id', $thumbnailId);
After upload I close the popin, I click post “Update” button and the preview is showing in the thumbnail block. But how can we do the same and reloading (with ajax) only the thumbnail block after upload ?
Regards.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Add preview in admin’ is closed to new replies.