• Resolved durano.andrew

    (@duranoandrew)


    First off, I want to thank you for providing us with this great plugin! However, for some reason when I’m in the ‘add new player’ page, there is no tab / option to add a featured image. I know it should be there because the featured image will eventually display as the player’s profile picture. Ive inserted this code into several different pages but I’ve got no luck:

    <?php if ( function_exists( ‘add_theme_support’ ) )
    add_theme_support( ‘post-thumbnails’ ); ?>.

    http://wordpress.org/extend/plugins/team-rosters/

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Mark O’Donnell

    (@markodonnell)

    Hi durano.andrew,

    What version of WordPress are you running? What theme are you using? Are you running on WordPress MU?

    -Mark

    Plugin Author Mark O’Donnell

    (@markodonnell)

    Oh, and before we get too tricky, have you checked your screen options? Sometimes the Featured Image meta box is hidden by default.

    Thread Starter durano.andrew

    (@duranoandrew)

    I haven’t updated to the latest WordPress yet. And the theme I’m using is Pinboard. As for WordPress MU I made this site within the last couple weeks so I don’t think I am. Lastly, the option isn’t in the screen options.

    Andrew

    Plugin Author Mark O’Donnell

    (@markodonnell)

    Hi Andrew,
    WP made some changes to Featured Images circa 3.2 (as I recall) but that’s not it if you’re on 3.4.x. Both themes and plugins can change what meta-boxes you see. For example, I’ve dealt with theme-junkie themes that remove the Featured Image meta box. Given that it’s not in Screen Options what you’ll probably need to add it back via either add_post_type_support() or add_theme_support(). I’d start by checking with the theme developer. If that’s not it, then you probably need to deactivate all your plugins, then activate them one-by-one until you find the culprit.
    Good Luck
    -Mark

    Thread Starter durano.andrew

    (@duranoandrew)

    Hey Mark,
    Ill try out these solutions and hopefully it works out. Thanks for your help!

    Andrew

    Plugin Author Mark O’Donnell

    (@markodonnell)

    Hi Andrew,
    How did things work out?
    -Mark

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘No featured image / player picture option’ is closed to new replies.