Short Code in testimonial text

Discussion in 'GoldenEagle WordPress Theme' started by sotb0rlando, May 27, 2014.

  1. sotb0rlando

    sotb0rlando Member

    Joined:
    Dec 9, 2012
    Messages:
    76
    Likes Received:
    1
    Location:
    Orlando
    Is it possible to add a contact form 7 short code in the testimonial text area of the theme?
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello Jeff,

    For this open "front-page.php" and replace code given below as shown in the image.

    Code:
    <p><?php echo do_shortcode(stripslashes(inkthemes_get_option('inkthemes_testimonial_text'))); ?></p>
    do-shortcode.png

    After that add shortcode in the theme options > Home Page Bottom Settings > Testimonial text

    It will work.

    Thanks & Regards
    Nitesh Raghuwanshi
     

Share This Page