How do I make all posts with a private tag have a custom URL?

I want every post tagged with the private tag #project to have a final URL of mysite.com/projects/slug-name. How would I achieve this?

For example, my site is garrypettet.com. Say I have a post with the slug cool-app, tagged with #project. I’d like it’s final URL to be garrypettet.com\projects\cool-app.

You’ll want to use Dynamic Routing for that :slight_smile:

1 Like