DoctorDR
Member
Posted 10 months ago #
Michael, I may be missing something but I can't see how to use this plugin within a conventional post page. It works fine for me on archive.php.
Have you used it in this way? The end purpose (on an index.php page) is to display a default taxonomy image where no image is found within the post item (using get_the_image)
http://wordpress.org/extend/plugins/taxonomy-images/
Hi DoctorDR,
This is not functionality that is built-in to this plugin, but it is something that is relatively easy to build into a theme. For the record, Taxonomy Images is intended to do as little as possible ... basically just provide UI, storage and an API to get the stored data.
I answered a similar quest a while back. Perhaps the code there will get you where you need to be? Let me know if it works!
http://wordpress.org/support/topic/combining-logic-of-my-function-with-tax-images?replies=9#post-2193540
DoctorDR
Member
Posted 10 months ago #
Thanks Michael, that's very kind of you. I have already built a switch routine into my theme to display different default images for each taxonomy type, but I like the idea of using your plugin to update these images from wp-admin rather than having them hard-coded in my functions.php file.
I will try out your suggestion and then let you know how it goes.