Hi everyone,
Please help me. I use ACF image field to set banner for each category product woocommerce, but i can’t get this to front end, my code is
<?php if( get_field('banner-category') ): ?>
" />
<?php endif; ?>
Is the image added to the post or is it added to the category?