Hi,

I'm using the "ja_sport (1.0.2)" template. My article content is being duplicated.

Looking at other posts on the forum the solution is suggesting add the "Read More" tag. I don't wish to add this tag to all of my articles and feel this is an issue with the template.

When I use the out of the box Joomla V4 "Cassiopeia" site template no article content duplication is seen.

The uploaded screenshot shows a duplicate of the article content that should not be showing.

Any advice please?

    This message is visible to Moderators only
    hidden content

      Hi pixel8er,
      I have updated the following code in the /templates/ja_sport/html/com_content/article/default.php file, line 112:

        <div class="intro-text" >
          <?php
           if ($this->item->params->get('show_intro')) {
          	echo $this->item->introtext; 
           }
          ?>
        </div> 
      Write a Reply...
      You need to Login to view replies.