The Categories Images is a WordPress plugin allow you to add image to category, tag or custom taxonomy. Use <?php if (function_exists('z_taxonomy_image_url')) echo z_taxonomy_image_url(); ?> to get the url and put it in any img tag. Or simply use <?php if (function_exists('z_taxonomy_image')) z_taxonomy_image(); ?> in (category or taxonomy) template. REST API Support Access term images via the WP REST API. The field z_taxonomy_image_url is automatically added to term objects. Enhanced Shortcodes [z_taxonomy_image term_id="123" size="medium" link="yes"] – Display a specific te...
Read the full description on WordPress.org →