Blogger: Contempo template have managed to get the posts to post in full but there is still a “snippet” of the post at the bottom of each full post

Multi tool use


Blogger: Contempo template have managed to get the posts to post in full but there is still a “snippet” of the post at the bottom of each full post
I would like to know how to remove these "snippets" from the bottom of each full post. I'm a new blogger and any help would be appreciated.
See here for example - https://avidreadersretreat.blogspot.com/
TIA.
Neither. You see my full post - go to the bottom of one of the posts and there is a thumbnail and the title again with a link saying read more. I want to remove all of that as I don't need it with having the review there in full above. I hope that is clearer
– Lou B
1 hour ago
I want to know how to remove everything below the "view all my reviews" apart from the post a comment part.
– Lou B
1 hour ago
It's clear now. please upload your template HTML and attach it to question or send it in comment to show you how to remove the undesirable part. you can upload it here and send generated link (no signup required): pastebin.com
– Muhammad Saleh
56 mins ago
Thank you, Muhammad. I appreciate your help. Here is the link - pastebin.com/ieHiHgk1
– Lou B
41 mins ago
1 Answer
1
1- Search using ctrl+F
for <b:includable id='postBodySnippet' var='post'>
you'll find two results we will work on the second result.
ctrl+F
<b:includable id='postBodySnippet' var='post'>
2- Select starting of the mentioned line till nearest </b:includable>
and replace with these lines:
</b:includable>
<b:includable id='postBodySnippet' var='post'>
<div class='container post-body entry-content' expr:id='"post-snippet-" + data:post.id'>
<data:post.body/>
</div>
</b:includable>
3- Don't forget to press Save Theme
button
Save Theme
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.
Your question isn't clear enough, do you want to remove snippet from homepage ? or make it end before these marks «»«» ?
– Muhammad Saleh
1 hour ago