• Resolved spiretop

    (@spiretop)


    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.

    https://www.ads-software.com/plugins/conveyor/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Matt Watson

    (@mwtsn)

    Thanks spiretop, but this is an issue not related to my plugin.

    The ‘Featured Image’ is disabled in WordPress by default, and some themes activate it using the method you describe.

    I assume the theme you was using did not activate it before you added that code.

    Thread Starter spiretop

    (@spiretop)

    It worked. I added activated your plug-in, and it didn’t work. I deactivated your plug-in, and it worked again. But it’s not an issue with your plug-in? Maybe it’s something custom to my theme functions in how I was calling that to begin with? Weird. Thanks for the feedback.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Bug: Featured Images on Posts and Pages Break’ is closed to new replies.