I have a personal blog where I write general posts. I decided I'd like to seldom post about some other topic (let's say it's cats), that interests a very different audience then my current one. So I want to sometimes write about cats, but I want those cats posts not to appear in the main posts page on my home page. I'd like to have a separate page where the cats posts all appear and where I control the page's URL (e.g. "site.com/cats").
One idea I had is to:
- Tag all the cats posts with a certain tag (e.g. 'cats')
- On the main posts page, filter out posts with the 'cats' tag, as well is in the "recent posts" appearing on my homepage
- Somehow refer the page site.com/cats to the tag page of 'cats', only showing posts tagged with 'cats'
My problem is that I couldn't find a simple way to do (2) and (3). Is there an out-of-the box way to achieve that? My site is here.