Support

Account

Home Forums Front-end Issues Woocommerce using acf into templates (categories terms) Reply To: Woocommerce using acf into templates (categories terms)

  • Hi @elliot,

    My issue was that I wanted to add a second description field in my category pages on Woocommerce (with a Wysiwyg editor). The field was correctly displayed in the back-office, however in the front-office it didn’t work with the following code : <?php the_field(‘description_categorie_2’); ?>

    And your code in the section “Finding the term related to the current post” (here http://www.advancedcustomfields.com/resources/how-to/how-to-get-values-from-a-taxonomy-term/) didn’t work either.
    But ayottepl gave me a clever tip to resolve it

    Have a great day !