I've been loving Umbraco and Articulate so far but I've been struggling with something fairly simple. I've been trying to set up my navigation bar so that it redirects to specific categories.
For example let's say I have a tag called 'Movies' and I want it to redirect me to every blog post with the category/tag 'movies'.
I've tried a few things such as response redirect but I get a too many redirect error, is there any way to do this? I know how to do it in a simple ASP.NET Core app but I haven't been able to do it with Articulate.
Articulate help - Category redirect on header
(Deleted old post because I couldn't edit it)
I've been loving Umbraco and Articulate so far but I've been struggling with something fairly simple. I've been trying to set up my navigation bar so that it redirects to specific categories.
For example let's say I have a tag called 'Movies' and I want it to redirect me to every blog post with the category/tag 'movies'. I've tried a few things such as response redirect but I get a too many redirect error, is there any way to do this? I know how to do it in a simple ASP.NET Core app but I haven't been able to do it with Articulate.
Solved by using the following:
Hope it helps someone out there!
is working on a reply...