I created a custom image field for a taxonomy, created a couple of taxonomies and added images.
Now I'm creating an archive. In this archive, I've added a 3 column grid. For the left-most column, I want to show the taxonomy image. How do I do this? If I use the Toolset image block it only gives me the option of the post's featured image or author image. If I choose a single field block, there is no option for the taxonomy field.
Sure, I'm interested to know how it'll work with the Views plugin. How will changing from Blocks to Views affect my site? If I switch to Views can I still use blocks?
How will changing from Blocks to Views affect my site?
Changing Views to blocks won't affect your site in any way as they are essentially the same plugin. You can actually get the views functionality in blocks by enabling the classic editor.
To do this go to Toolset -> Settings and scroll to editing experience and enable the 3rd option.
Refresh the page and you should now see the option Toolset -> Views.
Go to Toolset -> Views and create a new view and then set the view to display your taxonomy. This would under the Content Select, select Taxonomy and then select your taxonomy you want the view to display.
Scroll to the Query filter section and add a filter for Taxonomy Term. See Screenshot
Set the filter to "Set by the current post". Scroll to the Loop Editor and use the loop wizard to set your view to display the custom field that has the image.
Ensure that you've saved your taxonomy view.
Now go to your Custom Archive and insert a Field and Text block and then use the Views button to attach you Taxonomy view inside the custom archive loop.
Please let me know if this is clear or if further clarity is needed.
That works!!! Thank you so much! Your explanation was very clear and made perfect sense!
However, for some reason, when I inserted the taxonomy view in my custom archive using a Field and Text block, it inserted a <p></p> before and after the shortcode and when I sent to see the preview, there were some question marks inserted. (see attached).
I had to go into the HTML and delete the <p></p> then it looked better. Not sure why this happens.