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

  • Foundation demo link broken · 11 years ago

    Thanks. Bug report filled.

  • Foundation demo link broken · 11 years ago

    I would say a bug with the notepad theme, the skeleton just is a package of pages + plugins + theme. But the theme is the part that renders the tags: https://github.com/getgrav/grav-theme-notepad/iss

  • Foundation demo link broken · 11 years ago

    No problem. Also, there's a bug with tags with the Notepad demo. For example, on this page: http://demo.getgrav.org/notepad-skeleton/blog/2014-11-30-why-grav click on a tag below the title. The result

  • Foundation demo link broken · 11 years ago

    Could you post the issue on Brett's repo issue tracker. This is not something we control: https://github.com/brettdewoody/grav-theme-foundation/issues

  • Foundation demo link broken · 11 years ago

    On the page listing themes, the link for the Foundation theme demo doesn't work (error 404).

  • Latest Posts V2 · 11 years ago

    It's really not that complicated, like I said, the navigation in Antimatter is kind of doing something similar, so it makes sense to just read the code. If you want to do something custom, you have to

  • Latest Posts V2 · 11 years ago

    Hmmm, also seems over complicated for me :( Guess I will need to keep manually updating the homepage with areas that have multiple folders.

  • Latest Posts V2 · 11 years ago

    You will need to do multiple for loops, possibly with recursion. To go over all the current children, then if a child has children of it's own, go over those. You can see an example of this using a t

  • Latest Posts V2 · 11 years ago

    I am back with this question :( The plugin creation was just abit to much for me so cant use that option... I have seen in the learn section a blog version which after changing a few variables is work

  • Page titles · 11 years ago

    Thanks!