• Resolved Vince_M

    (@vince_m)


    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 2 replies - 1 through 2 (of 2 total)
  • Hi Vince,
    When you were creating your custom post type, did you select the Feature Image box in the Settings section? If not, go back to CPT UI edit post type, select your custom post type and tick the Feature Image box in Settings. This should turn on the meta box for the feature image in the Edit Post screen.

    Thread Starter Vince_M

    (@vince_m)

    I found the answer in the Settings and have now checked it and everything works great. Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Custom Post Type bug?’ is closed to new replies.