Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Get children pages by creation date, not modified date
· 9 years ago
Alright, got it to work with this {% set posts = page.find('/blog').children.slice(1).slice(-3).reverse() %} Get the last 3 new posts and reverse them so I can show them from newest to oldest.
-
Get children pages by creation date, not modified date
· 9 years ago
I'm trying to get the 3 most recent blog posts by creation date with the following page.find('/blog').children.order('date', 'desc').slice(0, 3) but if I modify an old post it gets in first place. Any
-
Multi-site: How do I access vars placed in a folder in the user/custom_folder/ n
· 9 years ago
amespace?I have a multi site setup but its actually one site being accessed from different domains presenting the same looking site with slightly different content. I wanted to place common vars in th
-
Class Swift_KeyCache_DiskKeyCache does not exist
· 9 years ago
Thanks - I'll check it out. Nice to get a point where to start looking - I'm not a developer, just a happy dabbler (amateur) .
-
Class Swift_KeyCache_DiskKeyCache does not exist
· 9 years ago
Hi, that class belongs to a library used by the Email plugin (called SwiftMailer). I suspect the user/plugins/email/vendor folder is empty. Is this the case? If so, you might have pushed the site via
-
Class Swift_KeyCache_DiskKeyCache does not exist
· 9 years ago
I removed the form page.- couldn't make it work.
-
Class Swift_KeyCache_DiskKeyCache does not exist
· 9 years ago
Hi, Not a developer or anything, but :-) I just started my first Grav site. Been on Joomla many years with RocketTheme - but wanted to try something new !! Can't however get the contact-form on this
-
Page-specific CSS (loads only on that page)
· 9 years ago
If you want to optimize your speed, use the Advanced Page Cache and use the asset pipeline to combine and minify all of your CSS into a single file. Even if you add a few hundred CSS rules, the load d
-
Page-specific CSS (loads only on that page)
· 9 years ago
Thanks! Btw so many new plugins popped up that I wasn't aware of! @_@ Loving to see the Grav ecosystem is flourishing! 🙌
-
Page-specific CSS (loads only on that page)
· 9 years ago
shortcode-assets is compatible with pipeline, but really that's only intended for production, don't enable it during development.