I am trying to put a line in my functions.php file that will ignore a certain keyword from the page title. Something like: If the page title includes the word "big", ignore it, else echo the page title. So, if my page title is "Big Red Dog", all that would show in the browser title window is "Red Dog". Could someone help me out on this???