Skip to content
Grav 2.0 is officially stable. Read the announcement →

Community guidelines

Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.

Themes & Styling

Quark: Multiple Content Items on One Page

Started by MB 3 years ago · 1 replies · 436 views
3 years ago

Hey Comm,

actually i'm playing around with the Quark OnePager Skeleton.

So there are multiple Modular Pages and within the Root Home Site, there are @self.modular content items included, so they will be displayed.

I want to include my blog template file, which includes @self.children and set to display maximum 3 - so i can show the latest 3 blog entries.

I already tried to:

YAML
content:
    items:
        - '@self.modular'
        - '@self.blog'

But thats not working as i thought. So it would first import all modular pages and then all blog pages - but it does not import the blog pages, which includes:

YAML
content:
    items: '@self.children'

Can someone help?

3 years ago

So i changed the:

YAML
content:
    items: '@self.modular'

to:

YAML
content:
    items: '@self.all'

And it worked to include the Blog Page as i wanted within the OnePager. But The Blog Page, does not work as it should.

I followed this documentation:
https://learn.getgrav.org/17/cookbook/tutorials/create-a-blog

So i included within the blog page:

YAML
content:
    items:
        - '@self.children'
    limit: 3
    order:
        by: date
        dir: desc
    pagination: false
    url_taxonomy_filters: false

Then i created a new Page with Type "Item", gave it a title and some lorem ipsum text, but it wont get shown on the OnePage. When i call the "Blog Page" with a URL, its correctly shown - but not within the OnePage.

Would be nice to get some help.

Suggested topics

Topic Participants Replies Views Activity
Themes & Styling · by Pedro M, 2 months ago
4 193 2 months ago
Themes & Styling · by Ian, 2 months ago
3 91 2 months ago
Themes & Styling · by Norbert, 2 years ago
11 451 3 months ago
Themes & Styling · by Lukáš Findeis, 3 months ago
0 45 3 months ago
Themes & Styling · by Sebadamus, 4 months ago
5 125 3 months ago