Keyword

Display Category on browser page title on item

More
11 years 1 month ago #128828 by panos
Hi,
I want to display the category name on browser page title when i am displaying a k2 item on page.
Please help

Please Log in or Create an account to join the conversation.

More
11 years 1 month ago #128829 by Lefteris
Hi. Try the following code in an override of item.php:
<?php
$document = JFactory::getDocument();
$document->setTitle($this->item->category->name); 
?>

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum