Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Getting all pages + subpages
· 10 years ago
How would I go around getting all pages and subpages so I could make like a latest posts list but with all pages and subpages ...
-
Mailto:[email protected] links does not work?
· 10 years ago
Fixed with this commit: https://github.com/getgrav/grav/commit/04116b3a37b7327d1938010e0d55411e4d9b89f8
-
Mailto:[email protected] links does not work?
· 10 years ago
Actually this does look like an issue on our end.. Please create an issue here and i'll get it fixed asap: https://github.com/getgrav/grav/issues
-
Mailto:[email protected] links does not work?
· 10 years ago
That is a Markdown issue. It's not valid Markdown. You can use <[email protected]> or simply html <a href="mailto:[email protected]">User Name</a> instead.
-
Mailto:[email protected] links does not work?
· 10 years ago
Just had the exact same problem. :)
-
Mailto:[email protected] links does not work?
· 10 years ago
I insert a link "[User Name] (mailto: [email protected])" and get link "mailto: //[email protected]", with "://" - which is not correct. What's wrong?
-
How to get children's children path?
· 10 years ago
{% for child in page.children %} {% for a in child.children %} {{ a.url }} {% endfor %} {% endfor %} ---
-
How to get children's children path?
· 10 years ago
---twig {% for child in page.children %} {% for a in child.children %} {{ dump(a.route) }} {% endfor %} {% endfor %}
-
How to get children's children path?
· 10 years ago
Hello. I have a page which creates the gallery from child pages. Child pages have their child pages. I need to get children's child page path. Example: portfolio page loads all from directory Graphics
-
Panel access for editor just for editing pages, not setting the site
· 10 years ago
Thanks! Have no idea how could I missed that page ;-(