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

Muut Archive Legend

@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation

Badges

✏️ First Post 💬 Conversation Starter ❤️ Well Liked

Recent posts

  • New Hybrid Theme · 9 years ago

    how did you do the modal linking?

  • New Hybrid Theme · 9 years ago

    really good !!! :D

  • New Hybrid Theme · 9 years ago

    Looks good!

  • New Hybrid Theme · 9 years ago

    Take a look at my new site restyle, where I've opted to switch from Wordpress to Grav. For the occasion, I've decided to create a custom Theme that is a mix between the Agency Theme and the Big Pictur

  • Access page children array by index · 9 years ago

    You can only access by index within a loop, elsewhere the index does not exist. If you are trying to access the first item of an array, use the |first filter like so: {{ [1, 2, 3, 4]|first }}.

  • Access page children array by index · 9 years ago

    I have an array of pages that can be accessed by using a for loop. Somehow trying to access elements by index is not working. {% set posts = page.find('/blog').children.order('date', 'desc').slice(0,

  • How to start the best way? · 9 years ago

    Start with the docs: https://learn.getgrav.org ask questions in the slack chat: https://chat.getgrav.org

  • How to start the best way? · 9 years ago

    Hey guys! I would like to ask how to start the best way to optimize and customize grav the best way? in fact: witch resources do you guys use? i know that i need twig and css to customize it, but i do

  • Individual Input 'name', 'value' and 'id' in checkbox group · 9 years ago

    Hi guys, Is there a possibility to add specific 'name' and 'id' value to the inputs in checkbox group field? I.E. i have this code: type: checkboxes label: 'A couple of checkboxes'

  • How to replace text editor? · 9 years ago

    I want to change the default text editor with something else... but i dont know where I should to look for its codes...