Forums
(@jpkolb)
9 years, 11 months ago
In my case, my theme was defining the post-thumbnails using an array.
I added ‘staff’ to the array and now the thumbnails show up.
add_theme_support( 'post-thumbnails', array( 'post', 'portfolio', 'gallery', 'staff' ) );