Skip to content
Grav 2.0 is officially stable. Read the announcement →
Archive

Redirecting a page in the template

Started by Muut Archive 10 years ago · 5 replies · 1083 views
10 years ago

Is there some kind of redirect tag in Grav? E.g. something like:

TWIG
{% if page.header.redirect %}
{{ redirect to="{page.header.redirect}" }}
{% else %}
show page
{% endif %

Or similar... thanks

10 years ago

You can use {% redirect_me(page.header.redirect, 301) %}

10 years ago

Hi Flaviocopes, I get an error with that tag in template:

TXT
Unknown "redirect_me" tag in "redirect.html.twig" at line 1.

Suggested topics

Topic Participants Replies Views Activity
Archive · by Deleted User, 9 years ago
0 1359 9 years ago
Archive · by Muut Archive, 9 years ago
2 936 9 years ago
Archive · by Muut Archive, 9 years ago
2 4066 9 years ago
Archive · by Muut Archive, 9 years ago
1 2955 9 years ago
Archive · by Muut Archive, 9 years ago
3 1121 9 years ago