$page->grandChildren()
Returns a collection of all children of children
Return type
Parent class
Example structure
- blog
- 2012
- article-a
- article-b
- article-c
- 2013
- article-d
- article-e
- article-f
- 2014
- article-g
- article-h
- article-i
- 2012
Example code
Result
The code above will give you a list like this:
- Article A
- Article B
- Article C
- Article D
- Article E
- Article F
- Article G
- Article H
- Article I