Hello, I’ve installed a plugin that allows me to upload an image to be displayed at the top of category pages, but the images aren’t showing live. I need it to be a unique image per category, not a hard-coded banner image. To be clear, I’m not referring to the featured images for the blog posts, but to a stand-alone image at the top of the category archive page.
The plugin is http://zahlan.net/blog/2012/06/categories-images/
Instructions say to add this code in an image tag on the category template page.
<?php if (function_exists('z_taxonomy_image_url')) echo z_taxonomy_image_url(); ?>I’m using a child theme. What file would I add this code to?
The website is: https://www.crosscountrysupply.com/
The category pages aren’t live yet. I can give you admin access if necessary. Thanks!