aprendiz_novato Hi
May I know where you want to show the links? because by default, they display in the main content part of article. But in the team layout view, this main content doesn't show.
Here is the code renders these links on frontend:
<?php if (isset($urls) && ((!empty($urls->urls_position) && ($urls->urls_position == '0')) || ($params->get('urls_position') == '0' && empty($urls->urls_position)))
|| (empty($urls->urls_position) && (!$params->get('urls_position')))) : ?>
<?php echo $this->loadTemplate('links'); ?>
<?php endif; ?>
You can move to the place you want in the file: root/templates/ja_sport/html/com_content/article/team.php