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

Community guidelines

Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.

Clay Newcomer

@claycle · Joined 6 years ago · 4 posts · 3 topics · 0 reputation

Badges

✏️ First Post 💬 Conversation Starter

Recent posts

  • Is there a better way to get a specific child page? · 6 years ago

    I want to work with a specific child page of my current page. The following "works", but seems clunky: {% for kid in page.children() %} {% if kid.slug == "slides" %} {% for img in kid.medi

  • Get querystring from Url in template · 6 years ago

    AHA. Thank you. I never would have thought to look at "theme" variables as this seems more like "page" variables coming at it new. Mindset altered. Thank you.

  • Get querystring from Url in template · 6 years ago

    Hello- I am relatively new to Grav and I have built my first site with it, but I am trying some new ideas and I immediately ran into a problem: I didn't know how to fetch the query string from the URL

  • Grav timing out of while looping over a collection of images · 6 years ago

    I have built a page with a sub-page that isn't routable, but just used for image storage. On the parent page, I use the following to get the collection of images from the child: {% for p in page.colle