Is it possible to exclude a category? I see how I can exclude posts with IDs. Here’s my use-case:
I show a list of recent blog posts on my home page. I’ve just started a newsletter where I’m taking an idea from Substack.
On Substack an optin form gives a link to ‘read the newsletter’ first to see if you really want to subscribe. I like that quite a bit, so I’m configuring something similar on my site.
As I’m adding newsletters as posts in a ‘Newsletter’ category, I’d like exclude them from the home page. Theoretically I could make a new CPT for the newsletter items, but that feels like overkill. The workaround is making a category for non-newsletter posts to allow only them to appear on the home page.