Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Agency Theme
· 11 years ago
It works great, thank you :)
-
Agency Theme
· 11 years ago
Thx, I try your idea
-
Agency Theme
· 11 years ago
The error message you are seeing is just that. You have pages that are configured to use the 'default' display template that is in Antimatter and some other themes. However, Grav does not restrict yo
-
Agency Theme
· 11 years ago
Hi, I have a problem with Agency Theme. I install it by the admin panel and I get the communicat: The template file for this page: "default.html.twig" is not provided by the theme: "Agency" Here is mo
-
Getting list of child pages from parent
· 11 years ago
is there any way to do this in a partial? I see that in the top-level "default.md" file that you have in your example has {% for p in page.children %}. In the child page "default.md" file the for lo
-
Getting list of child pages from parent
· 11 years ago
Feel free to join us on our Gitter chat if you want to ask questions. We have a bunch of helpful folks on there: https://gitter.im/getgrav/grav
-
Getting list of child pages from parent
· 11 years ago
Brilliant. Thanks for your help, works perfectly. I'm new to twig and my php skills are rather rudimentary so some of this stuff has proven mysterious. I really need to bone up on my php before I can
-
Getting list of child pages from parent
· 11 years ago
you could even do something like: {% for p in page.find('/projects').children %} Really there are lots of options and ways of doing this.
-
Getting list of child pages from parent
· 11 years ago
I thought it would be easier to quickly mock this up so here it is: https://www.dropbox.com/s/a9v484dixesworu/18.siblings.zip?dl=0 Simply drop this in to your user/pages/ folder and you can see it. I'
-
Getting list of child pages from parent
· 11 years ago
Exactly.