Just wondering if it was possible to show the Featured Image in the Posts list just in a landscape type of shape – something like 100w x 75h
Could be a future feature where you give option for the user to choose the aspect ratio to show the image in.
]]>If the custom post type does not declare support for Featured Images, the Featured Image column should not display in the post list for that CPT.
]]>To enable translations of the column label, please change the line
$columns['img'] = 'Featured Image';
to
$columns['img'] = __('Featured Image', 'dfipl');
(or whatever text domain string you may find reasonable)
Thanks!
Thank you for providing such a fantastic plugin! I was wondering if there’s a solution to retrieve all external URL featured images, such as YouTube thumbnails, in maximum resolution (as implemented on my website), and display them on the post list in the admin panel?
Regards,
Aeky.
]]>