Title: Custom Post Type bug?
Last modified: August 22, 2016

---

# Custom Post Type bug?

 *  [Vince_M](https://wordpress.org/support/users/vince_m/)
 * (@vince_m)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/custom-post-type-bug-1/)
 * I am making a custom post type using the plugins custom post type ui and advanced
   custom fields. I am working on a local version of wordpress.
 * I make the custom post type and everything is going good. For screen options 
   I left everything unchecked and when I made the custom post none of the screen
   options are showing up. I need a featured image but cannot. I have declared it
   in the functions.php
 * add_theme_support( ‘post-thumbnails’ );
 * still not able to add a featured image. I am using
    Wordpress 4.1.1 Advanced 
   Custom Fields 4.4.0 custom post type ui 1.0.2
 * If anyone has any advice I would greatly appreciate it. Thank you in advance.
 * Vince_M

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [stephencottontail](https://wordpress.org/support/users/stephencottontail/)
 * (@stephencottontail)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/custom-post-type-bug-1/#post-5825311)
 * When you created the custom post type, did you pass the `supports` argument to`
   register_post_type()`:
 * `'supports' => array( 'title', 'editor', 'author', 'thumbnail', 'excerpt', 'comments')`
 *  Thread Starter [Vince_M](https://wordpress.org/support/users/vince_m/)
 * (@vince_m)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/custom-post-type-bug-1/#post-5825525)
 * I was using a plugin and have now found the answer regarding the plugin. I would
   like to learn how to do Custom Post Types in the functions.php. Do you know of
   some good tutorials that would help?
 *  [stephencottontail](https://wordpress.org/support/users/stephencottontail/)
 * (@stephencottontail)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/custom-post-type-bug-1/#post-5825529)
 * The [Codex page](http://codex.wordpress.org/Function_Reference/register_post_type)
   is a bit barebones, but all the information is there. Check out the Parameters
   section for the arguments you can use. Also, try using the post type generator:
   [http://generatewp.com/post-type/](http://generatewp.com/post-type/)

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Custom Post Type bug?’ is closed to new replies.

## Tags

 * [custom](https://wordpress.org/support/topic-tag/custom/)
 * [featured](https://wordpress.org/support/topic-tag/featured/)
 * [pages](https://wordpress.org/support/topic-tag/pages/)
 * [post](https://wordpress.org/support/topic-tag/post/)
 * [thumbnails](https://wordpress.org/support/topic-tag/thumbnails/)

 * 3 replies
 * 2 participants
 * Last reply from: [stephencottontail](https://wordpress.org/support/users/stephencottontail/)
 * Last activity: [11 years, 3 months ago](https://wordpress.org/support/topic/custom-post-type-bug-1/#post-5825529)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
