Hide one category from latest posts view

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?

1 Like

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;}

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

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

https://meta.discourse.org/t/can-i-hide-a-category-from-the-latest-page/6728?u=erlend_sh