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 · 683 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 stuart young, 2 weeks ago
3 251 2 weeks ago
Themes & Styling · by Sebadamus, 3 weeks ago
5 317 2 weeks ago
Themes & Styling · by martynfoster735, 4 weeks ago
1 310 4 weeks ago
Themes & Styling · by Justin Young, 1 month ago
1 348 1 month ago
Themes & Styling · by Slebeig, 2 months ago
4 474 2 months ago