Hi folks,
I am using the WooCommerce ‘taxonomy-product_cat.php’ file and I have added a text field.
<h2><?php the_field(‘newtext’); ?></h2>
But it looks like this on the Frontend:
<h2></h2>
In the backend, I have filled out the ACF field with some text, but it doesn’t show!
What am I doing wrong?!
Cheers for any help!