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

Page.find() vs pages.find()

Started by Norbert 4 years ago · 1 replies · 656 views
4 years ago

I am using the code in the template files (.html.twig): page.find (), e.g.
{% set page = page.find ('/_widgets/_about') %}

Everything seemed fine, but I noticed on the 404 error page that the page object is null.

So I changed the code from page.find() to pages.find() and everything started working on both the normal pages and the 404 error page.

So what's the difference between page.find() and pages.find()?

In the documentation, there are both versions in the sample codes.

4 years ago

Can you provide the documentation link about page or pages ? i just curious ..

Suggested topics

Topic Participants Replies Views Activity
Themes & Styling · by Sebadamus, 6 days ago
5 148 13 hours ago
Themes & Styling · by martynfoster735, 1 week ago
1 192 1 week ago
Themes & Styling · by Justin Young, 3 weeks ago
1 241 3 weeks ago
Themes & Styling · by Slebeig, 1 month ago
4 375 1 month ago
Themes & Styling · by Pedro M, 3 months ago
4 744 3 months ago