Keyword

Load K2 Tag Title for menu item

More
2 years 7 months ago #179560 by JoomlaWorks
Replied by JoomlaWorks on topic Load K2 Tag Title for menu item
Already added in the dev release of K2.

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

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

  • Goble002
  • Goble002's Avatar Topic Author
  • Offline
  • Premium Member
More
2 years 7 months ago #179562 by Goble002
Replied by Goble002 on topic Load K2 Tag Title for menu item
Many thanks Fotis ! So I have changed :

$title = $params->get('page_title');
 }
$this->assignRef('title', $title);

TO

$title = $params->get('page_title');
}
$this->assignRef('name', $tag->name);
$this->assignRef('title', $title);

Everything working perfectly !

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

More
2 years 7 months ago #179563 by JoomlaWorks
Replied by JoomlaWorks on topic Load K2 Tag Title for menu item
Great :)

Fotis / 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