Tell us what you are trying to do?
I am trying to set up some conditional content based on what is selected for a particular taxonomy. The taxonomy is called 'USDF Medal' and the three options are Gold, Silver, and Bronze. I want custom content to show up for each of these levels (and also to arrange them as Gold, Silver, and Bronze instead of alphabetically, which is WordPress default). I understand that the block editor does not offer taxonomy as an option, so I am trying unsuccessfully to set up the conditions manually.
This is what my manual condition statement is:
( ( '[wpv-post-field name="usdf-medal" ]' eq 'Gold' ) ) and then I currently am just using a text block that says "Gold" (though it will likely change to an image). Attached are screenshots of what I have created in the block editor and what I see on the front end.
Hello. Thank you for contacting the Toolset support.
I understand that the block editor does not offer taxonomy as an option, so I am trying unsuccessfully to set up the conditions manually.
==>
That is not true. You can use conditional block to check post taxonomy.
Once you add conditional block, you should select option "Post Data". Please check the following screenshot:
- hidden link