Is there an easy easy to remove the “Latest” section from the Categories page?
Since we heavily use sub-boards, we prefer a simple list with just the Category names here with the Latest listed under the sub-boards.
Is there an easy easy to remove the “Latest” section from the Categories page?
Since we heavily use sub-boards, we prefer a simple list with just the Category names here with the Latest listed under the sub-boards.
Simplest thing here is to hide it using CSS.
Admin -> Customize -> CSS
Get rid of the topic column
.categories .latest {
display: none;
}
Get rid of the stats
.categories .stats {
display: none;
}
No, you don’t need that, just turn on “show subcategory list on category page” option in site settings.
nope this is just about /categories he wants a more minimal design. I recall we talked about “flavors” here but never got to it.
Sam is correct. We are looking to remove the posts from /category only.
我也有同样的问题。自2014年以来有什么新进展吗?
欢迎加入 Meta @Devin_Henrickson ![]()
情况已大有不同。您可以在站点设置中搜索 desktop_category_page_style。它为您提供了几种选项,其中之一是 仅分类。