How to combine IF and RELATED?
-
Hi all and thanks in advance for any help.
Let’s say that I have:
Custom Post Type: Product
Custom Post Type: Color“Color” is defined inside “Product” via an ACF relationship.
I want to count the total number of products that are red.
I tried the following without success:
[calc]total_red = 0[/calc] [loop type=product] [related color] [if field=title value=Red] [calc]total_red = total_red + 1[/calc] [/if] [/related] [/loop] [get total_red]
Custom Content Shortcode documentation is amazingly clear. Yet, the IF + RELATED use case is not clear to me.
Thanks!
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘How to combine IF and RELATED?’ is closed to new replies.