Bottom Featured Area

Discussion in 'Woodpecker WordPress Business Theme' started by sotb0rlando, Jan 15, 2014.

  1. sotb0rlando

    sotb0rlando Member

    Joined:
    Dec 9, 2012
    Messages:
    76
    Likes Received:
    1
    Location:
    Orlando
    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.
    [​IMG]
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    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

    2014-01-16_1227.png


    This will solve your issue.


    Thanks & Regards
    Gourav Shrivastava
     
  3. sotb0rlando

    sotb0rlando Member

    Joined:
    Dec 9, 2012
    Messages:
    76
    Likes Received:
    1
    Location:
    Orlando
    Thank you that worked so well. Solved the problem right up.
     

Share This Page