Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author agentevolution

    (@agentevolution)

    Click on the “Screen Options” tab at the top right of the page and verify that you have “Featured Images” checked.

    Thread Starter pajama

    (@pajama)

    In Screen “Options” also missing the point “featured images”

    please have a look on this screen:

    here

    The follow system i have:

    • WordPress 3.9.1 with German Language
    • YellowProject Multipurpose Retina WP Theme info about this theme
    • Folow plugins activated: contact form 7, layer Slider WP (from your pack), newsletter, really simple CAPTCHA, Wp Listings, WP Super Cache … Tahts it

    Can you help me ?

    i have deactivated and delete it from server and next step clean the cache download to the server and activated, bit it is the same … featured images is not on my listings

    regards

    Plugin Author agentevolution

    (@agentevolution)

    The Featured Image is dependent on WordPress’ “Post Thumbnail” support. Post thumbnail support is usually added in the theme. The WP Listings plugin will add post thumbnail support if it is not added by the theme.

    It looks like your theme is doing something unusual with that post thumbnail support.

    You can try to add this code to your functions.php file to add post thumbnail support:

    add_theme_support( 'post-thumbnails' );

    Otherwise, you should contact the theme developer to find out why post thumbnails support is either being removed or limited.

    Thread Starter pajama

    (@pajama)

    solved , thx !!!

    Plugin Author agentevolution

    (@agentevolution)

    Ok great! Just curious.. was it that code added to the functions.php ?

    Thread Starter pajama

    (@pajama)

    exactly this code :

    add_theme_support( 'post-thumbnails' );

    thx ??

    Plugin Author agentevolution

    (@agentevolution)

    Okay.. thanks for the info. The plugin adds that code for themes that don’t have it, so I suspect there is something in your theme that is adding it in a different way. Glad that worked for you.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘I miss the featured image field’ is closed to new replies.