Skip Navigation

[Resuelto] types termmeta

This support ticket is created hace 6 años, 5 meses. 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.

Hoy no hay técnicos de soporte disponibles en el foro Juego de herramientas. Siéntase libre de enviar sus tiques y les daremos trámite tan pronto como estemos disponibles en línea. Gracias por su comprensión.

Etiquetado: 

Este tema contiene 1 respuesta, tiene 1 mensaje.

Última actualización por Akhil hace 6 años, 5 meses.

Autor
Mensajes
#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.