Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
swimator Newcomer
@swimator · Joined 7 years ago · 4 posts · 1 topics · 0 reputation
Badges
Recent posts
-
SEO Magic plugin: An exception has been thrown during the rendering of a template (Couldn't connect to server)
· 5 years ago
Do u have the Feed plugin installed? If yes, disable the json setting in it. This should help
-
I am looking for an example of the Featherlight plugin in use
· 6 years ago
Here is grav site that uses it. https://googleslidesthemes.com/yearly-budget-planning-download-template
-
Taxonomy pages do not allow custom collections
· 7 years ago
@pamtbaau - wow, thanks a lot. It works like a charm. Perhaps this is something that should be part of the documentation for Page Collections since it is a little counter-intuitive to put some hidden
-
Taxonomy pages do not allow custom collections
· 7 years ago
I am trying to pull together a custom collection of all item pages (articles in a blog): {% set my_pages = page.collection({ 'items': '@root.descendants', 'order': { 'by': 'random', 'dir': 'desc', },