0

I'm using GRAV CMS on my site and would like to create a news page. I created the page using the template ready for the Blog, everything was as expected I only have one problem that when I click on the read more I would like to redirect to another page. Has anyone ever been in this situation?enter image description here

1 Answers1

0

In the YAML header of the page put the following code:

external_url: 'http://mywebsite.com/myurl'

(do change the URL above)

This will allow you to keep your intro and pictures in the blog, and redirect to the external URL upon visiting that page within Grav.

Here is the documentation on the feature

ganar
  • 627
  • 8
  • 17