if (is_page("News")) {$title = 'Title 1';} elseif (is_page("Contact")) {$title = 'Title 2';} else {$title = 'Title 3';} echo $title;