Is there any way to overwrite a <head><title>Category title</title></head> tag?
Let's say i have a "Videos" category, when user point's his browser to www.website.com/category/videos/, the page title (this one in head section) is Videos. What i need to do is to somehow overwrite it to display Archive string (without changing this category title), it can be hardcoded in some way cause i have just this one single category.
Any help would be appreciated.