- This topic has 3 replies, 2 voices, and was last updated 7 years, 5 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
These forums are now closed and remain for historical purposes.
None of the content applies to the new version 3. For support, get in touch via our contact form.
Forums › Forums › Search & Filter Pro › Changing the Changing the Title in the Browser Tab
I am not sure if this helps:
https://wordpress.org/support/topic/changing-tab-title-2/
It is handled by your theme, its templates and/or any SEO plugin you are using.
Sorry for the delay. I am working my way through a backlog in oldest touched order first, so I have just gotten to this one.
Your form uses As an Archive, so I presume it is using search.php also. Note that, when using Ajax, the Page Title will not change, so it is better to set it to something generic.
Assuming you are using a child theme (you should be), make a copy of the search.php template file and rename it, e.g. search-results.php and place this in the child theme folder.
Then edit the the file and find the header part (on line 19 I think):
<?php printf( __( 'Search Results for: %s', 'twentyseventeen' ), '<span>' . get_search_query() . '</span>' ); ?>
and replace that with some Text, like Search Results