Karmalakas Veteran
@Karmalakas · Joined 6 years ago · 1180 posts · 28 topics · 216 reputation
Badges
Recent posts
-
Showing image + title + first words of my posts on Home page
· 2 years ago
What do you have so far and how is it different from the expected result?
-
Showing image + title + first words of my posts on Home page
· 2 years ago
Are you referring to category as a taxonomy category? There are multiple ways to achieve same result on Grav
-
Showing image + title + first words of my posts on Home page
· 2 years ago
I'm a bit confused. What's the actual problem? Is it that you don't know how to show image + title + intro or that you don't know how to show items only on a specific category? Not sure how lightbox w
-
Showing image + title + first words of my posts on Home page
· 2 years ago
Did you try the approach, which is on the Blog skeleton? What exactly didn't work for you?
-
Order by Date is no longer working
· 2 years ago
For me it looks like it's ordered as intended. Last entry was on January 30th 2019, wasn't it?
-
Server error 0-Syntax error, unexpected Token „match“
· 3 years ago
Did you check logs/ as suggested? You aren't providing much information to help you. What were you trying to do when this happened?
-
Access to collection elements using a numerical index
· 3 years ago
@hughbris: This looks like a numerically indexed array to me I believe it's not. It's just a count I assume. [ "path/1" => ["slug" => "1"], "path/2" => ["slug" => "2"], // 21 more i
-
Access to collection elements using a numerical index
· 3 years ago
Do you have title if you use toExtendedArray? In any case, I see keys are as paths in the converted array, so you'd need to convert it to indexed array. In PHP there's array_values function, but I don
-
Access to collection elements using a numerical index
· 3 years ago
So you see your collection1 is not an array. You can't just access its elements by index. What's the result of {{debug(collection1.toArray)}} or is it {{debug(collection1.toArray())}} {{debug(collect
-
Access to collection elements using a numerical index
· 3 years ago
What do you get for {{debug(i)}} {{debug(collection1)}}