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

  • Advice on organisation · 11 years ago

    Thanks. I think probably years will be the easiest to manage, but I will have to get a little further along to decide.

  • Advice on organisation · 11 years ago

    Really you should be able to organize your content however you like. You could create folders for certain categories, or you could create folder for years, the choice is yours. If you do this, all yo

  • Advice on organisation · 11 years ago

    I'm looking to move my static site into Grav. It is essentially a blog site, with about 1400 posts. I'm editing those a bit to get rid of ones where all the links have rotted away and so on. There are

  • Find and print categories in twig file · 11 years ago

    I saw danreb beat me to it, nice.

  • Find and print categories in twig file · 11 years ago

    Thank you danreb. The code works well :)

  • Find and print categories in twig file · 11 years ago

    This should give you an idea.. try this <div class="menu-items"> <div class="container"> {% set terms = [] %} {% for post in page.find('/home/_03menu').children %}

  • Find and print categories in twig file · 11 years ago

    Hi rhukster, kindly check your inbox. Thank you.

  • Find and print categories in twig file · 11 years ago

    Maybe you can zip up what you have and put it on dropbox for me. PM me the link and I can see what your actually trying to do :)

  • Find and print categories in twig file · 11 years ago

    I forgot to mention that my template for the categories is located in my template partials and just included that file in my base.html.twig.

  • Find and print categories in twig file · 11 years ago

    Thank you for your quick response rhukster. Yep, that is what in my frontmatter. When I've copied and pasted the code you've provided, there are no content printed. The output is "null" when I tried t