Problem with Search Results in WP (not displaying the full posts)

I’m unaware about the code written within the condition for search page. But the following code instead of your one would have to work:

if (is_search()) {
                the_content();
            }

Try and let me know.

Leave a Comment