Title: Cean Contact
Last modified: August 19, 2016

---

# Cean Contact

 *  [abu4net](https://wordpress.org/support/users/abu4net/)
 * (@abu4net)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/cean-contact/)
 * I m using Clean contact in contact page using the short code: [clean-contact]
   
   Its working fine in the page and sending emails. [http://www.designabz.com/contact/](http://www.designabz.com/contact/)
   The problem is, When i am trying to call the contents of the contact page to ‘
   index.php’ by using ‘post_content’ , the contact form is not appearing. only 
   showing [clean-contact] in the space of contact form. [http://www.designabz.com/#contact](http://www.designabz.com/#contact)
 * Code I am using
 *     ```
       <div class="contact">
       <?php
       $post_id = 31;
       $queried_post = get_post($post_id);
       $title = $queried_post->post_title;
       ?>
       <div class="title"><?php echo $title; ?></div>
       <div class="content"><?php echo $queried_post->post_content; ?></div>
       </div>
       ```
   
 * I am new to WordPress! please help!

The topic ‘Cean Contact’ is closed to new replies.

## Tags

 * [clean](https://wordpress.org/support/topic-tag/clean/)
 * [contact](https://wordpress.org/support/topic-tag/contact/)

 * 0 replies
 * 1 participant
 * Last reply from: [abu4net](https://wordpress.org/support/users/abu4net/)
 * Last activity: [15 years, 8 months ago](https://wordpress.org/support/topic/cean-contact/)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
