customize search result in wordpress
What shows in search results is not always controlled by search plugins. You probably need to adjust your theme. Create a child theme, copy search.php from the parent theme into the child theme, and wherever it calls for the_content() replace that with the_excerpt(). Some search plugins may modify this behavior, so you’ll have to do … Read more