Keyword

Display Category on browser page title on item

More
10 years 4 months 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
10 years 4 months 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); 
?>

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

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


Powered by Kunena Forum