# Can "Latest" posts be removed from Categories?

**URL:** https://meta.discourse.org/t/can-latest-posts-be-removed-from-categories/23050
**Category:** Feature
**Created:** [December 10, 2014, 9:32pm UTC](https://meta.discourse.org/t/can-latest-posts-be-removed-from-categories/23050 "2014-12-10T21:32:07Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![strager](https://avatars.discourse-cdn.com/v4/letter/s/e99b99/32.png) [@strager](https://meta.discourse.org/u/strager)
#### Post date: [December 10, 2014, 9:32pm UTC](https://meta.discourse.org/t/can-latest-posts-be-removed-from-categories/23050/1 "2014-12-10T21:32:07Z")

</div>

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.

 ![](https://global.discourse-cdn.com/meta/original/3X/9/4/948a75553a526ad24f16d0cb6f12b0a456122d56.png)

---

<div class="post-metadata">

### Author: ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)
#### Post date: [December 10, 2014, 9:35pm UTC](https://meta.discourse.org/t/can-latest-posts-be-removed-from-categories/23050/2 "2014-12-10T21:35:22Z")

</div>

Simplest thing here is to hide it using CSS.

---

<div class="post-metadata">

### Author: ![sperok](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sperok/32/114977_2.png) [@sperok](https://meta.discourse.org/u/sperok)
#### Post date: [December 10, 2014, 9:40pm UTC](https://meta.discourse.org/t/can-latest-posts-be-removed-from-categories/23050/3 "2014-12-10T21:40:28Z")

</div>

Admin → Customize → CSS

Get rid of the topic column

```
 .categories .latest {
      display: none;
 }

```

Get rid of the stats

```
.categories .stats {
      display: none;
 }

```

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [December 11, 2014, 2:41am UTC](https://meta.discourse.org/t/can-latest-posts-be-removed-from-categories/23050/4 "2014-12-11T02:41:30Z")

</div>

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

---

<div class="post-metadata">

### Author: ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)
#### Post date: [December 11, 2014, 3:05am UTC](https://meta.discourse.org/t/can-latest-posts-be-removed-from-categories/23050/5 "2014-12-11T03:05:04Z")

</div>

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

---

<div class="post-metadata">

### Author: ![strager](https://avatars.discourse-cdn.com/v4/letter/s/e99b99/32.png) [@strager](https://meta.discourse.org/u/strager)
#### Post date: [December 11, 2014, 3:08am UTC](https://meta.discourse.org/t/can-latest-posts-be-removed-from-categories/23050/6 "2014-12-11T03:08:16Z")

</div>

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

---

<div class="post-metadata">

### Author: ![Devin\_Henrickson](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/devin_henrickson/32/237695_2.png) [@Devin\_Henrickson](https://meta.discourse.org/u/Devin_Henrickson)
#### Post date: [October 24, 2021, 6:41pm UTC](https://meta.discourse.org/t/can-latest-posts-be-removed-from-categories/23050/7 "2021-10-24T18:41:44Z")

</div>

I had the same question. Anything new since 2014?

---

<div class="post-metadata">

### Author: ![Johani](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/johani/32/176920_2.png) [@Johani](https://meta.discourse.org/u/Johani)
#### Post date: [October 24, 2021, 6:47pm UTC](https://meta.discourse.org/t/can-latest-posts-be-removed-from-categories/23050/8 "2021-10-24T18:47:25Z")

</div>

Welcome to Meta @Devin_Henrickson 👋

A lot has changed. You can search for `desktop_category_page_style` in site settings. It gives you a few options. One of them is `Categories Only`
