Keyword

How to change "read more" position in category listing?

  • theant
  • theant's Avatar Topic Author
  • Offline
  • Premium Member
More
13 years 2 months ago #98855 by theant
Hello

I would to change "read more" position in category listing, maybe close the text and before category name, tags and other stuff like comments. Is this possibile?

Please Log in or Create an account to join the conversation.

  • theant
  • theant's Avatar Topic Author
  • Offline
  • Premium Member
More
13 years 2 months ago #98856 by theant
There is no way to do this?

Please Log in or Create an account to join the conversation.

More
13 years 2 months ago #98857 by william white
Create an override

Find this block of text in category_item.php and move it in the file where you want it to display

<?php if ($this->item->params->get('catItemReadMore')): ?>    <!-- Item "read more..." link -->    <div class="catItemReadMore">        <a class="k2ReadMore" href="<?php echo $this->item->link; ?>">            <?php echo JText::_('Read more...'); ?>        </a>    </div>    <?php endif; ?>

Please Log in or Create an account to join the conversation.

  • theant
  • theant's Avatar Topic Author
  • Offline
  • Premium Member
More
13 years 2 months ago #98858 by theant
Thanks a lot.

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum