Forums
(@koorb)
14 years, 3 months ago
Ah I got it. I had add_theme_support( 'post-thumbnails' ); inside a function that was a callback for add_action('init', ...). Moved to the top of the functions file (i.e. outside that function) and all is well.
add_theme_support( 'post-thumbnails' );
add_action('init', ...)
??
What did you have wrong? Mine seems to be doing the same, when I change the theme it works. I can’t see whats wrong in my functions file!
15 years, 10 months ago
I get all this too, whenever I download plugins from within wordpress, just allways comes up with these errors!!
15 years, 11 months ago
Spot on perfect, thank you. You just saved me a lot of time ??