Title: jackson225's Replies | WordPress.org

---

# jackson225

  [  ](https://wordpress.org/support/users/jackson225/)

 *   [Profile](https://wordpress.org/support/users/jackson225/)
 *   [Topics Started](https://wordpress.org/support/users/jackson225/topics/)
 *   [Replies Created](https://wordpress.org/support/users/jackson225/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/jackson225/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/jackson225/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/jackson225/engagements/)
 *   [Favorites](https://wordpress.org/support/users/jackson225/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Customizr] Change title on search generated page](https://wordpress.org/support/topic/change-title-on-search-generated-page/)
 *  Thread Starter [jackson225](https://wordpress.org/support/users/jackson225/)
 * (@jackson225)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/change-title-on-search-generated-page/#post-5370762)
 * marking it resolved
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Customizr] Change title on search generated page](https://wordpress.org/support/topic/change-title-on-search-generated-page/)
 *  Thread Starter [jackson225](https://wordpress.org/support/users/jackson225/)
 * (@jackson225)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/change-title-on-search-generated-page/#post-5370751)
 * rdellconsulting, sorry for this really late reply and thanks for answering!
    
   As a temp solution for “hiding” search title I created a filter:
 *     ```
       add_filter('tc_search_results_header_content' , 'my_search_content');
       function my_search_content($content) {
       return '';
       }
       ```
   
 * Also, for the hiding of the quote(s), I used CSS:
 * `article.error404 .entry-content blockquote { display: none;}`
 * I also read about Say what? plugin, so I’ll give it a try and see what comes 
   out of it.
    Once again, thanks for the reply!
 * J.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Customizr] Change title on search generated page](https://wordpress.org/support/topic/change-title-on-search-generated-page/)
 *  Thread Starter [jackson225](https://wordpress.org/support/users/jackson225/)
 * (@jackson225)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/change-title-on-search-generated-page/#post-5370521)
 * Follow up: I just realized that what I’m interested in applies also to any search
   one does. But my question(s) remain the same. Thanks!

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