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');
?
David's code can be added with one of these methods if that's what you are wondering:
Adding PHP: https://docs.generatepress.com/article/adding-php/
This archived topic is closed to new replies.