Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Zukes

    (@zukes)

    I found a way of removing the content from search.
    Went to search-everything.php and edited the line:

    $search_sql_query .= "($like_title OR $like_post)";

    TO

    $search_sql_query .= "($like_title)";

    It seems to work fine.
    Thanks again, cool plugin!

    Hey,

    thanks for reaching out and for the kind words! Glad to hear you have made it work and posting the solution – it could help others in the future.

    Once again, thank you and have an amazing day ahead,
    Petra

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Remove "the_content" from searches’ is closed to new replies.