Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Taxonomy Hierarchy
· 11 years ago
There are events that are fired while Twig is traversing all the pages: page-event-hooks Take a look at the RelatedPages plugin. I think this is a good example of building up some other logic (relate
-
Taxonomy Hierarchy
· 11 years ago
Is there a built-in Grav mechanism to traverse the site's pages and query the taxonomy assign to each? Or would that be custom, too?
-
Taxonomy Hierarchy
· 11 years ago
Yes taxonomies are simple independent arrays. If you want something more complex you can build it as a plugin.
-
Taxonomy Hierarchy
· 11 years ago
Looking at a dump of the Grav variable taxonomy and reading through the source code, it appears that there is no concept of taxonomy hierarchy in Grav. That is if a blog is using categories and tags,
-
Turn off pagination?
· 11 years ago
PR with updates to bootstrap would be awesome!
-
Turn off pagination?
· 11 years ago
No worries. I'm still learning as I go, and I didn't think to check for overrides in the header of the template. All is well now :-) Maybe if I have time I can go through and update the theme and subm
-
Turn off pagination?
· 11 years ago
I think the Bootstrap theme is a bit out of date compared to the default Antimatter theme which has had many updates and fixes. It really needs to be gone through and compared and updated with its An
-
Turn off pagination?
· 11 years ago
Ok, nevermind...I forgot about the blog.md file included with parameters. It's working now. Perhaps it should be added somewhere?
-
Turn off pagination?
· 11 years ago
I'm modifying the Bootstrap theme in the Blog skeleton and I'm having a hard time turning off pagination. There are seven posts in the skeleton, but I can only get 5 to show at any point. I've changed
-
Page.url routes to base.url?
· 11 years ago
In my option, i save base_url variable into theme, example: $this->grav['twig']->twig_vars['base_url'] = $this->grav['page']->find($this->grav['config']->get('system.home.alias'))-&g