Viewing 2 replies - 1 through 2 (of 2 total)
  • Here’s a hack to process a shortcode within a shortcode (nested shortcodes in WP lingo).

    In testimonials.php find

    function gct_single_testimonial($testimonial) {

    and change the next

    return $display;

    to

    return do_shortcode( $display );

    Thread Starter ubisan

    (@ubisan)

    That’s awesome, works a treat. Thanks Chris.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Image gallery shortcode showing instead of image gallery’ is closed to new replies.