Problem:
The issue here is that the user is unable to add html around the [wpv-post-excerpt] shortcode because the html gets removed.
Solution:
I managed to write a custom shortcode for this since i'm not sure why our views shortcode is functioning like this.
The shortcode is.
1
[my_excerpt]
I've already added this to code below to the functions.php file and it should be working as intended.
// Add Shortcode function my_excerpt() { return get_the_excerpt(); } add_shortcode( 'my_excerpt', 'my_excerpt' );
With this shortcode [my_excerpt] you will be able to add html tags around it.
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 8 respuestas, tiene 2 mensajes.
Última actualización por hace 6 años, 6 meses.
Asistido por: Shane.