Excerpts not showing

You’re looking at the code wrong. If there is an excerpt it’s not going to affect that line you changed. Are you actually entering text into the excerpt field in the post edit?

try changing it to this to see if it’s even working:

                    if (!is_search()) {
                        echo get_the_content();
                    } else {
                        echo get_the_content();
                    }