Skip Navigation

[Resuelto] How do I display value of a custom field not managed by Types?

Este hilo está resuelto. Aquí tiene una descripción del problema y la solución.

Problem:

The issue here is that the user wanted to display a custom field that is not created using Types.

Solution:
Actually you can do this by using the shortcode [wpv-post-field name='wprss_ftp_enclosure_link']

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.

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

Supporter timezone: America/Jamaica (GMT-05:00)

Este tema contiene 2 respuestas, tiene 2 mensajes.

Última actualización por aaronM-9 hace 6 años, 5 meses.

Asistido por: Shane.

Autor
Mensajes
#913432

I have a plugin that creates a custom field called "wprss_ftp_enclosure_link" that I would like to display on some pages. I can find the field when creating conditional statements but I'm unclear on how to display the actual value inside the body of a layout. I do not need to manage the field using Types, but I would like to display it's value. What is the best way to do this? Thanks.

- Aaron

#913515

Shane
Supporter

Idiomas: Inglés (English )

Zona horaria: America/Jamaica (GMT-05:00)

Hi Aaron,

Thank you fo rcontacting our support forum.

Actually you can do this by using the shortcode [wpv-post-field name='wprss_ftp_enclosure_link']

Please try this and let me know if it helps.
Thanks,
Shane

#914664

Thanks!