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 « J'aime »

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 « J'aime »

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

1 « J'aime »

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 « J'aime »

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

J’avais la même question. Y a-t-il du nouveau depuis 2014 ?

1 « J'aime »

Bienvenue sur Meta @Devin_Henrickson :wave:

Beaucoup de choses ont changé. Vous pouvez rechercher desktop_category_page_style dans les paramètres du site. Cela vous offre plusieurs options. L’une d’elles est Catégories uniquement.

5 « J'aime »