In the "Files -> Categories" available options are: Category name, Category Description, Category keywords, Category SEO URL (without. html). Is it possible to add additional fields like "Title", which was to appear in the title bar web browser (and Google's search results)? For example: Category Name is "Browsers" but in the title bar displays "Download Browsers, Opera, Chrome, etc." (or something like that).
I will consider this for the next major release after it require a database change. In the meantime a small template modification which will include the category description in the title bar Open site_header in the template editor and add the following to the PHP part: PHP: global $ct, $action, $page;if( $ct == "files" and $action == "categories" and $page ){ $insert['page_name'] = $insert['page_name'] . ": " . $insert['page_description'];} This will show "Category: Category Description" in the title bar