How to change the length to omit text

I installed it by referring to the youtube movie, but the post text is omitted in very short on all parts.
How to change the length to omit text ?

  • Please see the attached document.

Thanks.

Hi there

Please provide link to this page

Hi

this page can only be viewed by stakeholders, because it is under development.
I can send you code of view-source.
As you can see, the display is not disappearing on CSS.

<a href="https://xxxxxxxxxx.com/2017/05/10/maecenas-tincidunt-posuere-quam-eu-consectetur-justo-5/">Maecenas&hellip;</a>

Regards.

Newspaper X using the_excerpt() or get_the_excerpt() for omit text?

Hello there,

I hope you are doing well today.

You would have to edit the content.php file and look for the line :

echo '<h4 class="entry-title"><a href="' . esc_url( get_permalink() ) . '" rel="bookmark">' . wp_trim_words( get_the_title(), 8 ) . '</a></h4>'; and increase the number from 8 to something larger.

Best Regards,
Support

so thank you !

Hello there,

I am glad the solution worked for you.
Please feel free to contact us again in the future regarding any other issues.

Best Regards,
Support