Skip Navigation

[Resuelto] Multiple results in one column

This support ticket is created hace 4 años, 11 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.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Hong_Kong (GMT+08:00)

Etiquetado: ,

Este tema contiene 2 respuestas, tiene 2 mensajes.

Última actualización por larryL hace 4 años, 11 meses.

Asistido por: Luo Yang.

Autor
Mensajes
#1403257

Is there a way, in a table, to display multiple fields in one column? For example

Name Description Severity Status
----------------------------------------------------------------------------------------------------------------------
Widget Company Developed widget... High Active
Type: Web OS: Win95
Glass It's a cup that you drink from... Low Inactive
Type: PC OS: Solaris

Where both 'type' & 'OS' are also custom fields?

Thanks!

#1403585

Hello,

I assume we are talking about a post view, and you are going to display the item in loop as you mentioned above.

Yes, It is possible, for example, you can setup the codes insider View's loop with HTML codes, like this:

[wpv-post-title]
<br />
Type: Type custom field 's shortcode here...  OS: OS custom field 's shortcode here...

More help:
enlace oculto

#1407735

My issue is resolved now. Thank you!