Viewing 8 replies - 1 through 8 (of 8 total)
  • Thanks Ron. This will be updated in v0.5 releasing later today

    It still doesn’t seem to be working for me in WP3 b1 and using v0.5.2 of your plugin. Great little plugin BTW.

    how do you get post type write panels to support featured images? Using the support => thumbnail doesn’t seem to work.

    i got it workin.

    Jason

    (@jaffydesigns)

    Hi, I’m wondering about this too, as I have the “Post Thumbnails” option checked within the plugin’s advanced options, but it’s not appearing in my custom post add/edit menu screen. I know that support for this meta box is already enabled in my theme, b/c I see it on my regular post add/edit screen.

    I’m using version 0.6.1 – any help you could provide would be much appreciated!

    I know that support for this meta box is already enabled in my theme, b/c I see it on my regular post add/edit screen.

    For me simply enabling it with add_theme_support( 'post-thumbnails');,
    (which should work for ALL post types) didn’t work, but making an array did:
    add_theme_support( 'post-thumbnails', array( 'post', 'page', 'custom_post_name' ) );

    Well, I’m not using the discussed plugin but I thought this could be helpful anyway.

    thanks mau!
    this has been really helpful indeed, it’s the solution -a least for me

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘[Plugin: Custom Post Type UI] Bug in Custom Post Type UI with Thumbnails’ is closed to new replies.