hello good morning In the video article, the introductory text and the first line of the article appear to be duplicated. How could I solve this so that it does not appear duplicated?
aprendiz_novato Hi
You can open the file:
root/templates/ja_sport/html/com_content/article/default.php
Line 159:
<?php echo $this->item->text; ?>
change it to:
<?php echo $this->item->fulltext; ?>
Thanks Saguaros!