Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Is it possible to pull only images from collections?
· 10 years ago
wsanter, Thank you very much. Was indeed helpful. Ideally I am trying to set this up to use a child page media area to populate the parent page bootstrap carousel. This is just what I needed to get
-
Is it possible to pull only images from collections?
· 10 years ago
If you want all images from a specific page you can use page.find(some/page). For example: {# get the page media #} {% set p = page.find('/home/images') %} {# get all the images from the
-
Is it possible to pull only images from collections?
· 10 years ago
One thing I still don't seem to be able to get is the ability to pull all images from a child page media area. If I have my main page called home and a child page called images. In the child page in t
-
Is it possible to pull only images from collections?
· 10 years ago
rhukster, In the Grav Documentation for Page Collections it has the following example which will pull the title and content it seems: {% for p in page.collection %} <h2>{{ p.title }}</h2>
-
Is it possible to pull only images from collections?
· 10 years ago
it is possible... if you have a collection of images, you could loop over that collection and then for each image, you could retrieve a specific image from that page..maybe the first one you find with
-
Is it possible to pull only images from collections?
· 10 years ago
Hello, Just curious if using the page collections feature, can you set it to pull only certain content from the collections like an image for example? Maybe something like below. <div class="contai
-
Maintenance plugin and "allow login" option
· 10 years ago
Please create an issue here: https://github.com/getgrav/grav-plugin-maintenance/issues
-
Maintenance plugin and "allow login" option
· 10 years ago
I have the same problem. I am also interested in any advice.
-
Maintenance plugin and "allow login" option
· 10 years ago
"Allow login" option on Maintenance plugin won't do what is supposed to do on website frontend once everything got updated to 1.1.1. Any advice?
-
Private plugin, how to protect only certain pages?
· 10 years ago
Have al look at the login readme plugin login usage