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

  • Updating grav · 10 years ago

    You can always grab the update here: https://github.com/getgrav/grav/releases/download/1.1.13/grav-update-v1.1.13.zip extract it on your local, and then simply upload and copy of the files on your exi

  • Updating grav · 10 years ago

    Hi, I have a very simple hosting and I cannot use the cli. I installed grav a while ago( version 1.9 I believe) and I would like to upgrade to the newest 1.13. I have installed the admin plugin and i

  • @Blueprints > taxonomy field > default · 9 years ago

    Is there somewhere else a default taxonomy value can be set for certain blueprints or children in a collection? I see here in the Blueprints Documentation that taxonomy appears to accept a default val

  • @Blueprints > taxonomy field > default · 10 years ago

    Taxonomy extends the standard select field. You can see the extra logic here: {% set taxonomies = (taxonomies is null ? admin.data('config/site').taxonomies : taxonomies) %} {% set parentname = field

  • @Blueprints > taxonomy field > default · 10 years ago

    Okay, for the last part of my question. It is more a select (list) field showing all your already applied categories and tags to choose from. Now I get it.

  • @Blueprints > taxonomy field > default · 10 years ago

    Hello all, anyone knows, how I can set default values for the taxonomy field. Also changing the label text, would be nice. Apart from that. What is the difference / advantage over using a normal sel

  • PHP Zip extension is not installed · 9 years ago

    Doesn't matter I got support to install it for me

  • PHP Zip extension is not installed · 9 years ago

    I get this error when I try to install Grav on my shared web hosting (VidaHost). Is this something I can resolve myself or while I need to contact the hosting support? Thanks.

  • Get specific item in page collection · 9 years ago

    There is several way to achieve this. with {{ loop.index }} you can get the current iteration, example: {% for p in page.collection %} {% if loop.index == 1 %} <h1 class=“product-family”>{{ p.t

  • Get specific item in page collection · 9 years ago

    I'd like to target specific items in a page collection. e.g. I only want {{p.title}} from the first item, then the second in another part of the page, etc. How would I target a specific item? Here's a