I am creating a content template that includes several custom fields and taxonomies.
I have two taxonomies that I want to use for conditional display - States and Provinces. If both of these taxonomies are not empty, then I want to conditionally display a field.
Also, I have other conditional displays that will be similarly built. For example, if the States taxonomy is not empty, show a heading and then a list of all the checked of taxonomies.
I have built this conditional using the Advanced Editor. What needs to happen here for this to work?
( NOT ( empty( '[wpv-post-taxonomy type="province" format="slug" ]') ) AND NOT ( empty( '[wpv-post-taxonomy type="state" format="slug" ]') ) )
I also tried:
NOT (( empty( '[wpv-post-taxonomy type="province" format="slug" ]') ) AND ( empty( '[wpv-post-taxonomy type="state" format="slug" ]') ) )
What is the link to your site?
hidden link
My issue is resolved now. Thank you!