Comments 5Brendan started the conversationNovember 26, 2017 at 6:55pmHey 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, 5Brendan repliedNovember 26, 2017 at 6:56pmApologies, 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,034Andrew repliedNovember 27, 2017 at 9:36amHey 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 Sign in to reply ...
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,
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>';
} ?>
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