Hi,
Thank you for reaching us.
You can get category ID there, in category page and pass it to image function.
Example PHP code –
/**************************************/
$category = get_queried_object();
$category_image = MGC_Custom_Category_Image::get_category_image($category->term_id, ‘YOUR_THUMBNAIL_SIZE’);
/**************************************/
Hope this helps
Hi, nice plug, but have an issue, when edit the category, the image disappears and has to be uploaded again…
Hi Jerry,
Thank you for sharing the issue. We have fixed the issue in current version(1.2.0). Please update your site with current version.