Bug: Featured Images on Posts and Pages Break
-
Thanks for the feedback on the last issue. I found a bug in the code…
After installing the plugin, I could no longer see the “Featured Image” box when creating pages or posts. When I disabled the plug-in is came back.
I fixed it by adding this to my functions.php file:
add_theme_support('post-thumbnails', array( 'post', 'page') );
Jus thought I’d let you know so others won’t have to work through the issue. Thanks for the great plug-in.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Bug: Featured Images on Posts and Pages Break’ is closed to new replies.