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?
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> This will solve your issue.