Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
How to get the version number of the active theme
· 10 years ago
Thank you for your quick reply @flaviocopes. +1 to have a shortcut through grav.theme
-
How to get the version number of the active theme
· 10 years ago
AFAIK that's the only way now, maybe we can add this information to the Theme object, so it's more easily accessible using grav.theme @rhukster?
-
How to get the version number of the active theme
· 10 years ago
Hi guys, Any ideas on which is the best way to get the version number of the active theme using Twig ? My best attempt so far is: {% set themeobj = grav['themes'] %} {% set themeinfo = themeobj.get(c
-
Plugins order
· 10 years ago
While plugin 'order' is not really possible. You can configure the order of the event methods. This actually allow more flexibility. This is done via the numeric value when you register events in the
-
Plugins order
· 10 years ago
Hi, is there a way to set the plugins loading order? AdvancedPageCache plugin should be the first run, when used.
-
Is this a typo in taxonomy collections in Docs
· 10 years ago
All good! Changes merged :) Thanks!
-
Is this a typo in taxonomy collections in Docs
· 10 years ago
Well, I think I may have done the right thing ... A bit of a sudden leap for an amateur hacker in his mid-seventies! I spotted a couple of insignificant typos and found my way to GitHub and (I hope) e
-
Is this a typo in taxonomy collections in Docs
· 10 years ago
Thanks. However, in the future, please just edit the docs directly from the documentation site. It will create Pull Request automatically that we can simply merge. It's easier for you and for us :)
-
Is this a typo in taxonomy collections in Docs
· 10 years ago
On page http://learn.getgrav.org/content/collections it says '@taxonomy': {tag: birds, category: blog} taxonomy with tag='photography' && category='blog' I take it this is a mistake, and sh
-
Child theme jquery
· 10 years ago
thank you :)