E
E
Evij212021-06-23 15:54:28
WordPress
Evij21, 2021-06-23 15:54:28

How to create acf in woocommerce category with text output?

You need to create a field in the category for acf (in the product category, I have no idea, I can display acf)

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Anton Litvinenko, 2021-06-23
@Evij21

Add field Enter
60d34b731ec81022538993.jpeg
value
60d34b8cc0308915797452.jpeg
Display in template

$term = get_queried_object();

$test_title = get_field('test_title', $term);

echo $test_title;

Profit
60d34bcf78c64945878639.jpeg

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question