I’m trying to add a navigation item that will redirect the user to a different website. So I made a new category called ‘Redirect’ and then created a template also called ‘Redirect’. In the template I put;
{redirect="http://www.newsite.org/"}but this doesn’t work, it just stays on the same page. What did I do wrong?