Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Getting latest news with findTaxonomy
· 10 years ago
Unfortunately this method does not consider order by date of news and I cannot use page.collection (i.e.page.collection({'items':{'@taxonomy.category': 'news'},'order': {'by': 'date', 'dir': 'desc'} }
-
Getting latest news with findTaxonomy
· 10 years ago
yes! I have used: taxonomy.findTaxonomy({'category':'news'})|reverse(true)|slice(filters tart,filterend) thank you
-
Getting latest news with findTaxonomy
· 10 years ago
Does this Cookbook recipe fits you needs?
-
Getting latest news with findTaxonomy
· 10 years ago
Hi, I have a big archive of news (category = 'news') and I'd like to get last 10 news (more recents): what is the better method using findTaxonomy to use less resources? I dont't be able to order desc
-
Issue with adding Blog page through Admin interface
· 10 years ago
fantastic! Can't believe I missed that, hurdles of when you are starting out a new framework :) Thanks for the assist!
-
Issue with adding Blog page through Admin interface
· 10 years ago
Hi, this can be set in the "Blog List" tab. Assuming the theme you're using provides a blog.yaml blueprint that defines the admin form for the Blog page (like Antimatter and other themes do) Screen Sh
-
Issue with adding Blog page through Admin interface
· 10 years ago
Using the Admin interface, when I add a Blog page (and then its child pages based on Item) the following is missing in the blog.md page content: items: '@self.children' Only using expert mode I ca
-
Don’t show the long captcha string in the e-mail sent from a contact form
· 10 years ago
I just tried putting it in my own theme’s template, and it seems to be working. So I guess it may be a more durable solution until the built-in fix is released.
-
Don’t show the long captcha string in the e-mail sent from a contact form
· 10 years ago
Good question. Unfortunately I don't have a definitive answer as to where is the best place to store this fix. The update as described in the earlier thread WILL GET OVERWRITTEN. I just checked my sit
-
Don’t show the long captcha string in the e-mail sent from a contact form
· 10 years ago
Thank you! :) (Would putting that in my custom template folder rather than in the plugin template be cleaner? So it’s not overwritten at the next update.)