Skip to content
Grav 2.1 is out: every page speaks Markdown. Read the announcement →

Page.find() vs pages.find()

Started by Norbert 4 years ago · 1 replies · 733 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 FrViPofm, 15 hours ago
1 30 3 hours ago
Themes & Styling · by stuart young, 1 month ago
3 480 1 month ago
Themes & Styling · by Sebadamus, 2 months ago
5 481 2 months ago
Themes & Styling · by martynfoster735, 2 months ago
1 460 2 months ago
Themes & Styling · by Justin Young, 2 months ago
1 490 2 months ago