Read more text

I have the Introtext Chars Limit set to 200. How do I add "read more" at the end? I thought there was a Read More text option but I was unable to find it.
2 months 2 weeks ago #1 by Jeffrey Kiefer

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

  • Posted by TemplatePlazza (5195) Offline
Hi, yes, the "read more" option is not available in Minifrontpage Pro as it is considered a bad practice for several reasons, such as SEO. However, you can add it if you want through template override.

Please follow these instructions if you don't know how to perform template override:


Then, add this code:
<a href="<?php echo $item->link; ?>" itemprop="url">Read more</a>

after this part:
echo JHtmlString::truncate(strip_tags($item->introtext), $introtext_truncate);
</p>

Hope this helps!
2 months 2 weeks ago - 2 months 2 weeks ago #2 by TemplatePlazza
Last edit: 2 months 2 weeks ago by TemplatePlazza.

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

Powered by Kunena Forum