Blogger:Contempo 模板已经设法将 post 完整地添加到 post,但在每个完整 post 的底部仍有 post 的 "snippet" ]
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
我想知道如何从每个完整 post 的底部删除这些 "snippets"。我是新博主,如有任何帮助,我们将不胜感激。
示例见此处 - https://avidreadersretreat.blogspot.com/
TIA。
1- 使用 ctrl+F
搜索 <b:includable id='postBodySnippet' var='post'>
您会找到两个结果,我们将处理第二个结果。
2- Select 从提到的行开始直到最近的 </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- 不要忘记按 Save Theme
按钮
我想知道如何从每个完整 post 的底部删除这些 "snippets"。我是新博主,如有任何帮助,我们将不胜感激。
示例见此处 - https://avidreadersretreat.blogspot.com/
TIA。
1- 使用 ctrl+F
搜索 <b:includable id='postBodySnippet' var='post'>
您会找到两个结果,我们将处理第二个结果。
2- Select 从提到的行开始直到最近的 </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- 不要忘记按 Save Theme
按钮