In Category Archive Use the following code snippet to display the category image for the currently displayed category in taxonomy-wpdmcategory.php: $category_obj = get_queried_object(); $category = WPDM()->category->get($category_obj->term_id); // Make sure $term_id is set echo ‘<img src=”‘ . $category->icon . ‘” alt=”‘ . $category->name . ‘” />’; Somewhere Else Use the following code snippet to display the … Continue reading Display Category Image
Copy and paste this URL into your WordPress site to embed
Copy and paste this code into your site to embed