I have a site that filters the blogs by specific expeditions.
Currently, when I click on the blog related to that specific expedition it displays the head title (in browser window) as "| mysite
". So all the filtered views have the same head title.
I would like to add a custom head title for each filtered view.
So, for example, I would like the blogs that have do with Expedition 1 to have a filtered view with the head title "Expedition 1 blogs | Mysite
".
Does anyone have any suggestions?
This question may be related to this one where the following solution was given:
In template.php:
I also saw the reference to the Page Title module that could suit you.