Skip Navigation

[Resolved] types termmeta

This support ticket is created 6 years, 5 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Tagged: 

This topic contains 1 reply, has 1 voice.

Last updated by Akhil 6 years, 5 months ago.

Author
Posts
#916882

Hi i need guide to display the term meta conditionally. field is collor picker.

i have this code but its not working:

[wpv-conditional if="( '[types termmeta='tax-color-code'][/types]' eq ' ' ) "]
#cccccc
[/wpv-conditional]

[wpv-conditional if="( '[types termmeta='tax-color-code'][/types]' ne ' ' ) "]
[types termmeta='tax-color-code'][/types]
[/wpv-conditional]

anything wrong with this code ?
i understand the UI doesnt produce this code at all due to complexity etc.?

#916884

managed.