I have a view with an argument based on Taxonomy Term and a page display. I get a nice summary list on the display, but I'd like to show an image and the taxonomy term. Any way to do this non-programatically?
Currently the page looks like this:
(source: shaiperednik.com)
I'd like something like this: (just an idea, exact layout is irrelevant at this point)
(source: shaiperednik.com)
I have the taxonomy_image module installed, images uploaded for the necessary terms, but can't figure out how to get them displayed on the argument summary page I've also followed the how to @ http://drupal.org/node/638578#comment-2799854, but don't know what to do after step 7. Thank you for the help!
ok, found my solution. Created a taxonomy view of the products vocab as a grid linking images and text fields to their taxonomy pages and BAM it worked!