$pages->findByURI()

Finds a $page object in the collection by its full URI.

Example

<?php echo $page->children()->findByURI('some-page')->title() ?>