Site logo

Archived topic

enable the display of the short description in the product search results.

17 replies · Started by Ceramica Sud Curlante on October 12, 2021

Viewing posts 16–18 of 18

Try adding this PHP Snippet to your site:

add_filter( 'the_excerpt', 'shortcode_unautop');
add_filter( 'the_excerpt', 'do_shortcode');

?

This archived topic is closed to new replies.