• Resolved pnwmushroom

    (@martinreed)


    On all versions up to and including 3.2.16 I can use shortcodes from the Shortcoder plugin inside a testimonial.

    In version 3.2.17 or 3.2.18 the shortcodes do not render. Can you re-enable this so shortcodes can be included in testimonials?

Viewing 1 replies (of 1 total)
  • Plugin Author Teo Alex

    (@altesin)

    Hello @martinreed ,

    I’m sorry to hear you’re having issues with the testimonials.

    Please try adding these two lines to your child theme’s functions.php file, located at:

    wp-content/themes/your-child-theme/functions.php

    add_filter( 'wpmtst_the_content', 'do_shortcode', 11 );
    add_filter( 'wpmtst_the_excerpt', 'do_shortcode', 11 );

    These will re-enable shortcode rendering inside Strong Testimonials content and excerpts.

    Warm regards,
    Teo

Viewing 1 replies (of 1 total)

The topic ‘Version 3.2.17+ Doesn’t Display Shortcodes’ is closed to new replies.