Can "Latest" posts be removed from Categories?

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.

「いいね!」 1

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;
 }
「いいね!」 4

No, you don’t need that, just turn on “show subcategory list on category page” option in site settings.

「いいね!」 1

nope this is just about /categories he wants a more minimal design. I recall we talked about “flavors” here but never got to it.

「いいね!」 1

Sam is correct. We are looking to remove the posts from /category only.

私も同じ疑問を持っていました。2014 年以来、何か新しいことはありますか?

「いいね!」 1

Meta へようこそ @Devin_Henrickson :wave:

大きく変化しました。サイト設定で desktop_category_page_style を検索してみてください。いくつかのオプションが表示されます。その一つに Categories Only があります。

「いいね!」 5