Site logo

[Support request] enable the display of the short description in the product search results.

Home Forums Support [Support request] enable the display of the short description in the product search results.

Home Forums Support enable the display of the short description in the product search results.

Viewing 3 posts - 16 through 18 (of 18 total)
  • Author
    Posts
  • #1990824
    David
    Staff
    Customer Support

    Try adding this PHP Snippet to your site:

    add_filter( 'the_excerpt', 'shortcode_unautop');
    add_filter( 'the_excerpt', 'do_shortcode');
    #2001956
    Ceramica Sud Curlante

    ?

    #2001968
    Leo
    Staff
    Customer Support

    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/

Viewing 3 posts - 16 through 18 (of 18 total)
  • You must be logged in to reply to this topic.