Forums
(@tc19)
1 year, 5 months ago
Hi
I removed esc_html in the theme’s search module:
<p itemprop="description" class="qodef-post-excerpt"><?php echo wp_trim_words( esc_html( $qodef_my_excerpt ), 30 ); ?></p>
And it’s OK
Thanks