Page Title By Article Title Using Template override - Joomla! Forum - community, help and support
hello,
i have used below code override page title article title using template override & working.
$document=& jfactory::getdocument();
$document->settitle( $this->item->title);
but nor problem is overriding everything. wanted change page title if no "browser page title" set menu, not working that.
also, ignoring global configuration. mean @ global configuration "include site name in page titles" option set after & not showing page title after article title.
i know code totally incomplete & that's why here ask understanding & completing code.
thanks
i have used below code override page title article title using template override & working.
$document=& jfactory::getdocument();
$document->settitle( $this->item->title);
but nor problem is overriding everything. wanted change page title if no "browser page title" set menu, not working that.
also, ignoring global configuration. mean @ global configuration "include site name in page titles" option set after & not showing page title after article title.
i know code totally incomplete & that's why here ask understanding & completing code.
thanks
any anyone?
Comments
Post a Comment