Hi,
I want to call in the title of a page (not the browser window title, just the page name). Is this correct... ?
It's not working
<?php
if (is_page()) {
echo 'The city of'. wp_title() . 'is sunny.';
}
?>
I can't figure it out, how to insert the page title in the sentence. Help appreciated. Thanks.