Set featured image – missing in Esplanade theme

Viewing 8 posts - 1 through 8 (of 8 total)
  • #5291
    fidzi
    Participant

    I’d like to set different header image per page by featured image. But when I edit single page I can’t find this feature. In default Twentyeleven theme can do it. Is it correct, or any wrong instalation of Esplanade theme? Thanks

    #5323
    Daniel Tara
    Keymaster

    This is the intended behavior. Featured image headers were not implemented like in Twenty Eleven.

    #5333
    fidzi
    Participant

    Thanks for reply. I use WP Property plugin and there is featured image feature in new post of property. There is featured image missing too. Is it problem with theme Esplanade or plugin WP Property?

    #5334
    fidzi
    Participant

    Now, I try switch to default Twenty Eleven theme and there is featured image in the new post of WP Property. Is any solution for add this function to Esplanade? Thanks

    #5369
    Daniel Tara
    Keymaster

    Theme support for featured images is enabled. You should see Set Featured Image in the upload tool. What happens if you disable the WP Property plugin?

    #5400
    fidzi
    Participant

    I cant add new property, when I disable WP Property. I have problem with featured image in admin when click on Add Property. In WP Property “Add property” page featured image is missing. On official page of plugin is featured image declared, pls check https://usabilitydynamics.com/tutorials/wp-property-help/basic-setup-tutorial/
    by 0:35s. Thanks

    #5457
    Daniel Tara
    Keymaster

    Here is what I think you need to do, open functions.php and find this line:

    add_theme_support( 'post-thumbnails', array( 'post' ) );

    replace it with:

    add_theme_support( 'post-thumbnails', array( 'post', 'property' ) );
    #5482
    fidzi
    Participant

    Yes πŸ™‚ this is what I looking for. Thanks for your help.

Viewing 8 posts - 1 through 8 (of 8 total)

You must be logged in to reply to this topic.