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.
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!