Modifying post content with the_post action hook
Don’t use the_post, instead use the_content filter to modify content passed to the the_content() call. However, this is your theme, so the best way to do this is to just do it in search.php, and not bother with the filters and actions. AKA don’t run the code on a filter to try and modify or … Read more