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.

Mason Newcomer

@Azuraxe · Joined 8 years ago · 4 posts · 2 topics · 0 reputation

Badges

✏️ First Post 💬 Conversation Starter

Recent posts

  • Creating Tags to filter posts · 8 years ago

    Hi, I am trying to filter a collection of posts by tags. Unfortunately I am new to this, and am struggling to understand much of the documentation and forums have provided. Say for example I have th

  • Page Objects & YAML Front Matter · 8 years ago

    @paul: as you are in a for loop, you have to use the variable you defined, in this case post. Example: {% for post in page.children %} {{post.title }} {{ post.header.author }} {{ post.media.images|fir

  • Page Objects & YAML Front Matter · 8 years ago

    Due to image restrictions, here is the information I wish to change.

  • Page Objects & YAML Front Matter · 8 years ago

    Hi, My code for post-item.html.twig can be found here So I am attempting to show the first image in the blog post on the screen above, hence, I have included {% set blog_image= page.media.images|first