Saltar navegación

[Resuelto] shortcodes not working

This support ticket is created 3 years, 7 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.

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 -

Zona horaria del colaborador: Asia/Karachi (GMT+05:00)

Este tema contiene 3 respuestas, tiene 2 mensajes.

Última actualización por Waqar 3 years, 7 months ago.

Asistido por: Waqar.

Autor
Mensajes
#2478181

I am trying to: use the "fields and text" field to display a shortcode that shows some dynamic content

Link to a page where the issue can be seen:
1) enlace oculto
2) enlace oculto

I expected to see: the term appear, but its just blank

Instead, I got: enlace oculto

#2478371

Hi,

The shortcode "wpv-post-taxonomy" shows the taxonomy term items, attached to the current post in the loop or in the content template:
https://toolset.com/documentation/programmer-reference/views/views-shortcodes/#wpv-post-taxonomy

To show the current taxonomy archive's title, you can use the "wpv-taxonomy-title" shortcode, instead:
https://toolset.com/documentation/programmer-reference/views/views-shortcodes/#wpv-taxonomy-title

regards,
Waqar

#2478471

thank you.

which toolset block is do i use for that in the future?

#2478921

You're very welcome.

While Toolset shortcodes may work in other blocks too, it is best to use the "Fields and Text" block.