Hello @thinksrl ,
Thank you for reaching us. For maintaining excerpts on our blocks, we use the_excerpt() function from WordPress.
All the HTML tags will automatically be removed by this function as a result you can’t show any tag inside your excerpt.
Hi Tonmoy,
that’s my issue: i need to be able to use HTML tags inside excerpt.
Is there a way to replace excerpt with the entire content?
Or maybe a custom field (i use Advanced Custom Field plugin).
Thank you
Hi @thinksrl ,
For the time being there is no way to use any tag inside the excerpt. I have sent this query to our development team and they will see if there is any possibility to add this option.
Thanks Tonmoy,
that’s quite an issue, because i guess it’s very common the need to use <br>, and other tags.
At least it would be appreciable to give the possibility to use the_content instead of the_excerpt