Why can I not select a featured image?
-
Hello,
I want to go with wp boxer, so it would show pictures, though I can’t see it. I think they describe the problem in FAQ and they go:
“Seems you are using a theme that has explicitly set a post-type array as a second argument
if ( function_exists( ‘add_theme_support’ ) ) { add_theme_support( ‘post-thumbnails’, array(‘post’, ‘page’) ); }
Remove the array like so:
if ( function_exists( ‘add_theme_support’ ) ) { add_theme_support( ‘post-thumbnails’ ); } “
I do not understand what that could mean and how exactly I should use that code.
The blog I need help with is: (visible only to logged in users)
-
-
Not really. Probably I just missed that part. My site is livecoupons.ca and I want to make a gallery with wp boxer there. The theme is Origin and when I use featured picture it does not work.
-
-
- The topic ‘Why can I not select a featured image?’ is closed to new replies.