Set Featured Image Option Missing

Discussion in 'Compass WordPress Theme' started by matthewford, Feb 24, 2015.

  1. matthewford

    matthewford Member

    Joined:
    Jan 16, 2013
    Messages:
    55
    Likes Received:
    0
    Hi, I cannot seem to set a featured image anymore. I have gone into screen options and it is not there - can you advise please?
     
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello !

    Please follow below image.
    compass-25-feb-set-feature-img.png
    If issue does not resolved please download and install a new theme.

    Thanks & Regards
    Pramod
     
  3. matthewford

    matthewford Member

    Joined:
    Jan 16, 2013
    Messages:
    55
    Likes Received:
    0
    I have installed the Aeolus Portfolio plugin and with it you can create a new post within it's menu to add a portfolio but there is no set feature image option. I have contacted their support and they say that I need to add the following code to the funtions.php file

    if(function_exists('add_theme_support')){
    add_theme_support('post-thumbnails');
    }

    I have added it to the bottom of the theme functions file but it doesn't work and I just get that text on every page.

    Can you advise please?
     
  4. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi matthewford!

    Please write the above code in php tag.
    e.g <?php
    your code....
    ?>

    Thanks,
    Praveen
     
  5. matthewford

    matthewford Member

    Joined:
    Jan 16, 2013
    Messages:
    55
    Likes Received:
    0
    I have added it as per the following link http://pastie.org/10011622#17 but it still does not allow me to pick a featured image - any suggestions?
     
  6. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi,

    Replace the code
    PHP:
    if(function_exists('add_theme_support')){
    add_theme_support('post-thumbnails');
    }
    with
    Code:
    add_theme_support('post-thumbnails');
    

    Thanks,
    Praveen
     

Share This Page