how to fetch a collection of pages without the active page ?
isNotOpen() do not exist
I could do an if query within the foreach loop but that would not be so nice.
<?php foreach($site->find($source)->children()->visible()->flip()->limit($children_limit)->isNotOpen() as $items): ?>