Hi. According to the official routing docs, and according to all the posts i’m seeing on this forum, it should be possible to hide posts from a specific tag from the blog homepage, and instead showing those posts in a different page.
For example, if I want to hide posts with the tag side-projects from my HP, and show them a different page like /side-projects/, then it should be done like this:
What you have /should/ generally work, but some themes ignore routing on the homepage – the problem is that they use a #get request to get the homepage content, and #get ignores routing. What theme is this?
The good news if you can edit the theme is that you can fix it! You’ll just need to add (or edit) a filter parameter on that misbehaving #get request.