As you can see, the article title is in the title twice. Not sure why that's happening, but we're trying to recreate on a development site of ours as well as getting access to a user's site that's having this problem. The post below has 2 other users with similar issues:www.sh-taim.com/we/efrat/item/23-post-po...-postemit-posttrauma
static function getStrippedUrl()
{
$href = JURI::current();
$juri = JURI::getInstance();
// Delete some common, unwanted query params to at least try to get at the canonical URL
$juri->delVar('fb_comment_id');
$juri->delVar('tp');
$juri->delVar('notif_t');
$juri->delVar('ref');
$query = $juri->getQuery();
if ($query)
$href .= '?' . $query;
return $href;
}Join our newsletter to get alerts for Joomla releases, tips and tricks and extension updates.
