How Could I add excerpt_content (key) on module 6- block 1 !!! [ Newspaper 8.5 ]

Posted in: Newspaper
Post count: 10

Please check the image. Thanks in advanced
https://imgur.com/a/MmAVS

  • This topic was modified 8 years by fahim999.
  • This topic was modified 8 years by fahim999.
Post count: 22421

Hello,

Module 6 by default does not have an excerpt. If you want to customize it and make it have an excerpt, you will have to alter the theme code. You will have to add this code:

<div class="td-excerpt">
<?php echo $this->get_excerpt(20);?>
</div>

the number 20 represents the word limit
And place it like so: https://www.screencast.com/t/xs5y1NXiCt

Thanks.

Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.