编辑帖子后,它会显示文本 已编辑 以表明该帖子已被编辑。将鼠标悬停在文本上会显示上次编辑的日期和时间。您可以按照以下说明删除编辑过的帖子指示文本。
- 登录您的Website Toolbox账户。
- 点击 整合 链接。
- 在 整合 菜单,单击 自定义代码.
- 将以下代码添加到 论坛头标记 HTML 代码 文本框:
<style> .post-date .edited { display: none !important; } </style> - 保存 你的更改。
编辑帖子后,它会显示文本 已编辑 以表明该帖子已被编辑。将鼠标悬停在文本上会显示上次编辑的日期和时间。您可以按照以下说明删除编辑过的帖子指示文本。
<style>
.post-date .edited {
display: none !important;
}
</style>
If you still need help, please contact us.