How can I retain HTML formatting in the homepage headline, featured and popular excerpts? I have tried using some plugins (e.g Advanced Excerpt) but they don't seem to work.
How can I retain HTML formatting in the homepage headline, featured and popular excerpts? I have tried using some plugins (e.g Advanced Excerpt) but they don't seem to work.
There is a function called custom_trim_excerpt in functions.php If you comment or remove the line $text = strip_tags($text); it will leave the html tags in.
You must log in to post.