Excerpt in related posts?

Posted in: Newspaper
Post count: 170

Hi!

Is it possible to add an excerpt to related posts

Post count: 22421

Hello,

The theme has no such option at the moment, but it can be done by editing the theme files:
You need to add this part:

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

In this file like so: http://screencast.com/t/59FAP8BJ
Then you need to set the excerpt limit because now it will grab all the post content.
You can set the limit here: http://screencast.com/t/7AE9ucWiG
Result: http://screencast.com/t/9SPzaqBkD

Thanks.

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