Right Column Description - Andrina, Use Short code?

Discussion in 'Andrina WordPress Theme' started by jdrhea, Nov 12, 2013.

  1. jdrhea

    jdrhea New Member

    Joined:
    Sep 27, 2012
    Messages:
    1
    Likes Received:
    0
    I want to use the right column description for a Contact Me area using Contact form 7 or other contact form. when i add the contact form short code [contact-form-7 id="7" title="Contact form 1"]

    it appears as text rather than displaying the contact Form.

    how can I have the contact form appear in the right column description area?
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Go to the front-page.php file present in your theme directory and paste the code given below as instructed in the image.

    Code:
    <p><?php echo do_shortcode(stripslashes(inkthemes_get_option('inkthemes_right_des'))); ?></p>
    [​IMG]

    This will solve your issue.
     

Share This Page