text as excerpt

Posted in: Newspaper
Post count: 2

Adding a text as excerpt on post edit page (Excerpt box), will hide it in full post.

How to show text excerpt in full post?

Post count: 35449

Hi,

That text is set there to have a prev on the content of the post in modules/blocks -> https://forum.tagdiv.com/excerpts-introduction/
So in order to have the Excerpt text in post you’ll need to make some changes in theme files.

Thank you for your understanding!

Post count: 2

can you give guide?

Post count: 35449

Hi,

For example if you are using post template 1 you need to set this code in wp-content/themes/Newspaper/loop-single-1.php
<?php echo $td_mod_single->get_excerpt($excerpt_length);?>
-> https://www.screencast.com/t/G8ssUdbM
-> https://www.screencast.com/t/w9KbkQ0NwQBZ
-> https://www.screencast.com/t/QDtVNmJo7LBX
So you need to set that code in the post loop for the posts template you are using.

Hope this will help you!

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