Okay
  Public Ticket #1381875
[Feature Request]
Closed

Comments

  •  5
    Brendan started the conversation

    Hey guys,

    Couldn't see anywhere to submit feature requests but it would be nice if in future versions of the theme that the search results page would include images for page results like it does for post results.

    See example here:

    http://themenectar.com/demo/salient-business-2/?s=

    Do you know of a way to enable this currently?

    Kind Regards,

  •  5
    Brendan replied

    Apologies, forgot to finish the title of this ticket. Should have been "[Feature Request] - Display image for page results" if you want to amend it.

    Also just had a look and found a way to include the page image by adding in the following after line 75 in the search.php template.

    <?php if(has_post_thumbnail( $post->ID )) {
    echo '<a href="'.get_permalink().'">'.get_the_post_thumbnail($post->ID, 'full', array('title' => '')).'</a>'; 
    } ?>

  •  3,034
    Andrew replied

    Hey there,

    Thanks for reaching in,

    Thanks for your contribution, i'll be sure to pass this on to the developers of the theme for updates on future releases of the theme.

    Regards