Home › Forums › Support › How to include medias from posts in search result page This topic has 3 replies, 2 voices, and was last updated 4 years, 4 months ago by Tom. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts January 26, 2019 at 9:37 am #792970 Andy Brunner In the search results, I would like to show not only the text but also any included media, such as pictures or the new audio player. Is this possible with GP Premium? Thanks for this great WP plugin. Andy January 26, 2019 at 9:56 am #792988 TomLead Developer Lead Developer Hi there, Try this function: add_filter( 'generate_show_excerpt', function( $show ) { if ( is_search() ) { return false; } return $show; } ); Adding PHP: https://docs.generatepress.com/article/adding-php/ Let me know ๐ January 26, 2019 at 10:09 am #792998 Andy Brunner Tom, You support ist – as always – just incredibly fast and professional! I have tried your solution and it works just fine. Perfect! Thank you for your outstanding work and support. Andy January 26, 2019 at 5:16 pm #793225 TomLead Developer Lead Developer You’re welcome! Glad I could help ๐ Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In