How do i just change the HTML Page Heading title something
different only for my Search Results page.
I have included a theme included.
My header.php has the following
<title><?php wp_title('«', true, 'right') ?> <?php bloginfo('name') ?></title>
So the page title is now
ABC << Search Results << BLOG NAME
I want it to be displayed like
ABC << MY_NEW_TITLE << BLOG NAME
How do i achieve that?
Thanks in advance