how to add function the_excerpt on my site?

Posted in: Newspaper
Post count: 9

Hi supporter, I’m use Newspaper V6.6.3
I have enabled feature image on my post, I need add function the_excerpt before the feature image. please help me add this function on custom code.

<div class=”entry-summary”>
<?php the_excerpt(); ?>
</div>

Post count: 22421

Hello,
As I understand, you want to override the excerpts from our theme and use the_excerpt wp function in modules and blocks. In order to do this you will need to edit each module file you use on your site (blocks are made out of modules) and add your code instead of our own excerpt code:
http://screencast.com/t/0TDg0hyal8
There is no other way to implement php except for the theme files.
Thank you!

Post count: 9

thanks you!

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