Add "read more" text on module 14 – block 13

Posted in: Newsmag
Post count: 90

Hello, I’m using block 13 (which uses module 14) on my homepage to show all post. At the end of the excerpt it show only “…” while I want to show “read more…” with a link on it. How can I do this?

Post count: 90

Solution found. If anyone needs: https://forum.tagdiv.com/topic/create-read-more-button/

Actually, I edited the template in this way:

<div class=”td-excerpt”>
<?php echo $this->get_excerpt(40);?>href;?>”><?php echo __td(‘ Read more’, TD_THEME_NAME);?>
</div>

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newsmag’ is closed to new topics and replies.