Title: Multiple CPT &#8211; Display CPT Objects
Last modified: August 31, 2016

---

# Multiple CPT – Display CPT Objects

 *  [kevinsan](https://wordpress.org/support/users/kevinsan/)
 * (@kevinsan)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/multiple-cpt-display-cpt-objects/)
 * Hi All,
 * I have multiple custom post types. Each post type has a description. I would 
   like to show the description object on the 2016 theme page.php.
 * Here is my code:
 *     ```
       <?php
       global $post_type;
       $obj = get_post_type_object($post_type);
       echo  $obj->description;
       ?>
       ```
   
 * What am I doing wrong? Localhost not live.

Viewing 1 replies (of 1 total)

 *  Thread Starter [kevinsan](https://wordpress.org/support/users/kevinsan/)
 * (@kevinsan)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/multiple-cpt-display-cpt-objects/#post-7145362)
 * I am using a plugin called Types to generate the CPT and fields.

Viewing 1 replies (of 1 total)

The topic ‘Multiple CPT – Display CPT Objects’ is closed to new replies.

## Tags

 * [cpt](https://wordpress.org/support/topic-tag/cpt/)
 * [object](https://wordpress.org/support/topic-tag/object/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 1 participant
 * Last reply from: [kevinsan](https://wordpress.org/support/users/kevinsan/)
 * Last activity: [10 years, 2 months ago](https://wordpress.org/support/topic/multiple-cpt-display-cpt-objects/#post-7145362)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
