Title: Delete is:
Last modified: January 7, 2021

---

# Delete is:

 *  Resolved [junglejim620](https://wordpress.org/support/users/damndramaqueen/)
 * (@damndramaqueen)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/delete-is/)
 * Hi Search,
 * I want to delete/hide this word IS: (I prefer to delete it than to hide it)
 * This “is:” is the one when the result comes in. i.e. Age is: , Gender is: , Body
   is: etc, etc “is:”
 * I looked into the bps-admin.js and bps-templates47.php
 * When I take out this “is:” , my site went haywire/errors?!!!
 * It’s there’s a way to take out the “is:” without haywire/errors?
 * Please advise help,
    Thanks,
    -  This topic was modified 5 years, 5 months ago by [junglejim620](https://wordpress.org/support/users/damndramaqueen/).
      Reason: rephase

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

 *  Plugin Author [Andrea Tarantini](https://wordpress.org/support/users/dontdream/)
 * (@dontdream)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/delete-is/#post-13882919)
 * Hi DamnDramaQueen,
 * Try adding this code to your _bp-custom.php_ file:
 *     ```
       add_filter ('bps_print_filter', 'delete_filter', 10, 2);
       function delete_filter ($filter, $f)
       {
       	return str_replace ('is: ', ': ', $filter);
       }
       ```
   
 *  Thread Starter [junglejim620](https://wordpress.org/support/users/damndramaqueen/)
 * (@damndramaqueen)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/delete-is/#post-13883922)
 * Hi Search,
 * Gone Gone and Gone 🙂 This is crazy good! Your magic works like a charm!
 * It looks more cleared and it saved extra spaces within.
 * Thank you so much again for your big help! You Rock Big Time 🙂
 *  Plugin Author [Andrea Tarantini](https://wordpress.org/support/users/dontdream/)
 * (@dontdream)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/delete-is/#post-13885328)
 * You’re welcome, and thank you for your kind words!

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

The topic ‘Delete is:’ is closed to new replies.

 * ![](https://ps.w.org/bp-profile-search/assets/icon.svg?rev=1568973)
 * [BP Profile Search](https://wordpress.org/plugins/bp-profile-search/)
 * [Support Threads](https://wordpress.org/support/plugin/bp-profile-search/)
 * [Active Topics](https://wordpress.org/support/plugin/bp-profile-search/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/bp-profile-search/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/bp-profile-search/reviews/)

## Tags

 * [list](https://wordpress.org/support/topic-tag/list/)
 * [users](https://wordpress.org/support/topic-tag/users/)

 * 3 replies
 * 2 participants
 * Last reply from: [Andrea Tarantini](https://wordpress.org/support/users/dontdream/)
 * Last activity: [5 years, 5 months ago](https://wordpress.org/support/topic/delete-is/#post-13885328)
 * Status: resolved