任何人都可以告诉我更好的选择从博客中删除订阅帖子(Atom)而不是隐藏链接,使其与背景颜色相同吗?
答案 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'/>