Comments Timo started the conversationJune 8, 2020 at 8:01amWhich approach shall be used to change the image sizes like "thegem-blog-default"?Thanks for your help. 7,092Oliver repliedJune 8, 2020 at 10:46amHi,Here is code example: function thegem_image_sizes_new($sizes) { $sizes['thegem-blog-default"'] = array(500, 500, true); return $sizes; } add_filter( 'thegem_image_sizes', 'thegem_image_sizes_new'); After you add the code you need to start regenerate thumbnails pluginĀ Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. Regards, Oliver Sign in to reply ...
Which approach shall be used to change the image sizes like "thegem-blog-default"?
Thanks for your help.
Hi,
Here is code example:
After you add the code you need to start regenerate thumbnails pluginĀ
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver