Hi, i like to display a category thumbnail image but i am not sure how to get the category/term id and pull out the image from it. Can you give some advice on that topic?
If you're on a category/term page, then you can get the term id with get_queried_object_id(). You can also get full term object with get_queried_object().