Yes, that was after the reindex. What seemed to work was placing the following:
Code:
//replace site-wide title text
$text = str_replace("Church of the Lutheran Brethren : ","",$text);
//replace common site-wide text
$text = str_replace("Church of the Lutheran Brethren","",$text);