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.

Eero Newcomer

@eeroma · Joined 6 years ago · 3 posts · 2 topics · 0 reputation

Badges

✏️ First Post 💬 Conversation Starter

Recent posts

  • Show message IF no posts · 6 years ago

    Hi. So I'm trying to show a message when there's not posts (children) under a page. Here's my code: {% if not page.find('/insights').children %} <p>There are not posts</p> {% else %} <

  • Filepicker Image does not print to page · 6 years ago

    So ok, after some playing around, it was quite simple in the end. header.features: name: features type: list label: Features fields: .feature_image: label: Feature Image

  • Filepicker Image does not print to page · 6 years ago

    Hi guys, I just started using Grav a week ago. I can't seem to be able to get a different images showing for my feature sections. I have a modular page and I'm able to get the "first" image printed fr