# Hide one category from latest posts view

**URL:** https://meta.discourse.org/t/hide-one-category-from-latest-posts-view/30545
**Category:** Support
**Created:** [June 28, 2015, 10:09am UTC](https://meta.discourse.org/t/hide-one-category-from-latest-posts-view/30545 "2015-06-28T10:09:30Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![Stephen](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/stephen/32/95011_2.png) [@Stephen](https://meta.discourse.org/u/Stephen)
#### Post date: [June 28, 2015, 10:09am UTC](https://meta.discourse.org/t/hide-one-category-from-latest-posts-view/30545/1 "2015-06-28T10:09:30Z")

</div>

I would love for our front page to be the latest view, but the comments integration with our WordPress site makes it impractical. With up to 30 articles going on to our site each day the discussion can be quickly lost.

Is there any way we can filter out one category from the latest view?

---

<div class="post-metadata">

### Author: ![Mittineague](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/mittineague/32/114259_2.png) [@Mittineague](https://meta.discourse.org/u/Mittineague)
#### Post date: [June 28, 2015, 11:05am UTC](https://meta.discourse.org/t/hide-one-category-from-latest-posts-view/30545/2 "2015-06-28T11:05:16Z")

</div>

CSS ?  
eg. for the feature category

`tr.category-feature {display: none;}`

EDIT  
wait a minute, that selector is used for Suggested Topics too.

Better, maybe …

`#list-area tr.category-feature {display: none;}`

---

<div class="post-metadata">

### Author: ![cpradio](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/cpradio/32/4970_2.png) [@cpradio](https://meta.discourse.org/u/cpradio)
#### Post date: [June 28, 2015, 1:14pm UTC](https://meta.discourse.org/t/hide-one-category-from-latest-posts-view/30545/3 "2015-06-28T13:14:57Z")

</div>

I think he is talking about the tips from a category. Just alter your menu settings to use  
`latest,-categoryname` instead of `latest`

---

<div class="post-metadata">

### Author: ![erlend\_sh](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/erlend_sh/32/119475_2.png) [@erlend\_sh](https://meta.discourse.org/u/erlend_sh)
#### Post date: [June 28, 2015, 1:22pm UTC](https://meta.discourse.org/t/hide-one-category-from-latest-posts-view/30545/4 "2015-06-28T13:22:04Z")

</div>

Yeah. This thread can be closed 😉 Continue discussion here:

[https://meta.discourse.org/t/can-i-hide-a-category-from-the-latest-page/6728?u=erlend\_sh](https://meta.discourse.org/t/can-i-hide-a-category-from-the-latest-page/6728)

---

<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: [June 28, 2015, 10:00pm UTC](https://meta.discourse.org/t/hide-one-category-from-latest-posts-view/30545/5 "2015-06-28T22:00:37Z")

</div>


