Hello all, How can I use short codes in this section? I am currently trying to us a testimonial plugin shortcode in this section however it is only displaying the code itself not the content ([single_testimonial id=93]). Here is a snap shoot of what we are seeing.
Hello, Go to front-page.php present in your theme directory and replace the current code Code: <p>We have some really amazing products that you would be amazed to see.</p> With code given below Code: <p><?php echo do_shortcode('[single_testimonial id=93]') ?></p> Check image for reference This will solve your issue. Thanks & Regards Gourav Shrivastava