I figured out a way to edit the page title by putting the code below at the end of the blogs/entry/default.php file and tying it to a custom field. However, since custom fields are connected to categories, if more than one category is assigned a post then multiple custom fields show up and the custom field won't save.
JFactory::getDocument()->setTitle($myCustomTitle);