[Plugin: Taxonomy Images] Get image associated to a specific "Term ID" or "Category I
-
Get image associated to a specific “Term ID” or “Category ID”
Hi!
This is a great plugin worthy of the high ranking it has received.
However, there is one usage scenario that is overlooked, (at least according to what I can find/figure out).I want my category archive page to display the image associated with the specific category ID that the user is currently browsing.
The only solution for that was to use the now depricated function get_image_html, which had a third paramater for the category ID.
$img_2 = $taxonomy_images_plugin->get_image_html( 'fullsize',$cat_id );
And this function does not provide the same added functionality as the filters.
If you ask me the best scenario would be to add a third parameter to the filters that would specify exactly which category-id or term-id to get the image info from.
I’m not good enough to start modifying the plugin files, but I would very much appreciate if someone pointed me to a solution, or perhaps even updated the plugin.
Best regards
M?rtenhttps://www.ads-software.com/extend/plugins/taxonomy-images/
- The topic ‘[Plugin: Taxonomy Images] Get image associated to a specific "Term ID" or "Category I’ is closed to new replies.