如何从博客中删除订阅帖子(Atom)?

时间:2016-08-21 13:25:48

标签: blogger blogspot

任何人都可以告诉我更好的选择从博客中删除订阅帖子(Atom)而不是隐藏链接,使其与背景颜色相同吗?

2 个答案:

答案 0 :(得分:1)

您无需删除,也许有一天您可以再次使用它。也许只是不显示,您可以使用CSS display: none

.post-feeds, .blog-feeds {
    display: none;
}

答案 1 :(得分:0)

在模板中查找这些代码块:

<b:includable id='feedLinks'>...Code here..</b:includable>
<b:includable id='feedLinksBody' var='links'>...Code here...</b:includable>

用这个替换它们:

<b:includable id='feedLinks'/>
<b:includable id='feedLinksBody' var='links'/>