When performing a search query for a particular tag, I would like to change the resulting page title of the search results, normally appearing as
Site Name - Threads tagged with TAG, to simply
TAG (the tag text only) as a result as the first word of the title. I am aware this involves modifying the <title> part of the "tag_search" template.
Default unmodified <title> code is:
Code:
<title>$vboptions[bbtitle] - <phrase 1="$tag[tagtext]">$vbphrase[threads_tagged_with_x_title]</phrase></title>
Can somebody post me how to modify above code so only the tag text shows up as the title? For example, if the tag text is "windows" I would like the page title of the search results to simply be "windows" instead of "
Site Name - Threads tagged with Windows
thanks