Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Trevor Robertson Newcomer
@onetrev · Joined 8 years ago · 9 posts · 2 topics · 2 reputation
Badges
Recent posts
-
How to create a custom template page
· 6 years ago
Hopefully this is not too late of a reply for you @daredevil. What I would say is there are probably quite a few ways to do this. I'd say the fun (and sometimes frustrating) part of Grav that you have
-
Get most recent posts when using sub-folders
· 7 years ago
This is easy to do if you just have a standard blog setup, as then you can use the recipe found here. However I setup sub-folders for my blog (a folder for each year), so I found this to be trickier.
-
How do I list a simple list of category and tag references?
· 7 years ago
I think a slightly better solution instead of using a plugin that is not really meant for public use you can just do this following. Step 1: install Grav TaxonomyList plugin Step 2: insert this small
-
Conditional form -- show admin form on all pages except XYZ
· 7 years ago
I hadn't noticed that part of the docs, thanks!! That's very cool functionality, I can make use of that for sure, but it doesn't help in this case. I guess one way around it is to instead create a ne
-
Mixing standard content and dynamic content within a page
· 7 years ago
To me the ideal solution to Problem #1 would be setting up a "Conditional Field" as proposed in this thread: /forum/forms-blueprints/conditional-field-creating-a-flexible-content-field-like-advanced-c
-
Conditional form -- show admin form on all pages except XYZ
· 7 years ago
What I am trying to figure out is whether there is a good way to enable a blueprint / backend form on various pages based on a condition. This is similar to how ACF in WordPress has the line "Show thi
-
Image displays alt text - image itself not visible
· 7 years ago
Hey @AmauryH I've found the same thing, dump doesn't output anything for me. I've had much better luck with print_r so something like this might work for you: <pre> {{ feature.image|print_r }}
-
How can I get a blog to order post by creation date, rather than modification date?
· 7 years ago
I can't verify this plugin works, but it looks to have potential to do exactly what you want (hopefully!). https://github.com/getgrav/grav-plugin-auto-date I'd love to know if you have luck with it
-
Conditional field - Creating a 'Flexible Content Field' (like 'Advanced Custom Fields' wordpress plugin)
· 8 years ago
Yes, this is an amazing idea!! It really adds a ton of flexibility and power to Grav, while making it even easier for end users (I've used ACF Flexible Content to build some huge WP sites). Should th