• Trying to retrieve the Image ID for Custom Taxonomy. Nothing appears.

    if( is_plugin_active('taxonomy-images/taxonomy-images.php') ){
    	$custom_taxonomy_images = get_option('taxonomy_image_plugin'); 
    	$image_id = $custom_taxonomy_images[intval($term->term_id)];
    echo $image_id;
    }

    However, It does show up on the taxonomy backend.

  • The topic ‘Not Getting Images’ is closed to new replies.