I also want to do the same to another site that’s in Twenty Twelve once I have that online so the same question still applies.
The is_page() condition will apply it to all page not just the home page so I would have thought I should use the is_home() condition – I’m just not sure how to write the code – I’m thinking it would be something like:
‘<title><?php if ( is_home() ) { my page title goes in here } ?> </title>’
Does that look right?