Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Gnuget

    (@gnuget)

    Hi.

    Can you tell me which version of wordpress are you using?

    Thread Starter vijayr2002

    (@vijayr2002)

    Hi,

    I am using wordpress 3.3.

    No it’s not similar to that. It’s a different issue. When we set on the new custom post type what kind of wordpress attributes it would support, and we set it to support Thumbnails, the “featured image” box is not appearing on the post admin panel, as I believe it should. I’ll work around that creating a new image custom field and register my thumb there, but it would be nice to have it fixed. Cheers.

    Solved: The answer couldn’t `be more obvious. My theme didn’t had thumbnail support yet.

    Just created a functions.php on the theme root folder and added the good old

    if ( function_exists( 'add_theme_support' ) ) {
    	add_theme_support( 'post-thumbnails' );
    }

    And there it was.

    Gnuget, would it be hard to maybe add the thumbnail support for the theme if it’s not there already, when we select thumbnail feature on the magic fields custom post type options?

    PS: Love you, man. You make my work WAY easier.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: Magic Fields 2] Thumbnail feature is not working?’ is closed to new replies.