Title: Add post-format to custom posts?
Last modified: August 20, 2016

---

# Add post-format to custom posts?

 *  [richarduk](https://wordpress.org/support/users/richarduk/)
 * (@richarduk)
 * [14 years, 7 months ago](https://wordpress.org/support/topic/add-post-format-to-custom-posts/)
 * I want to add post formats to a custom post type.
 * The custom post type is called ‘Review’
 * The following snippet adds all formats.
 * The formats I want to add (as an example) are Aside and Quote.
 *     ```
       add_action( 'init', 'my_theme_post_type_support' );
   
       function my_theme_post_type_support( ) {
       add_post_type_support( 'review', 'post-formats' );
       }
       ```
   
 * Any ideas? Some sort of array?

The topic ‘Add post-format to custom posts?’ is closed to new replies.

## Tags

 * [custom posts](https://wordpress.org/support/topic-tag/custom-posts/)
 * [post format](https://wordpress.org/support/topic-tag/post-format/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 0 replies
 * 1 participant
 * Last reply from: [richarduk](https://wordpress.org/support/users/richarduk/)
 * Last activity: [14 years, 7 months ago](https://wordpress.org/support/topic/add-post-format-to-custom-posts/)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
